|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (BluetoothMediaInputTransformerTest, test_createWithNullParams) |
| Test that create() returns a nullptr if called with invalid arguments. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (BluetoothMediaInputTransformerTest, test_handlePlayCommand) |
| Test that a Play AVRCP command is transformed to playButtonPressed(). More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (BluetoothMediaInputTransformerTest, test_handlePauseCommand) |
| Test that a Pause AVRCP command is transformed to pauseButtonPressed(). More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (BluetoothMediaInputTransformerTest, test_handleNextCommand) |
| Test that a Next AVRCP command is transformed to nextButtonPressed(). More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (BluetoothMediaInputTransformerTest, test_handlePreviousCommand) |
| Test that a Previous AVRCP command is transformed to previousButtonPressed(). More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (BluetoothMediaInputTransformerTest, handlePlayPauseCommand) |
| Test that a Play/Pause Media command is transformed to playButtonPressed(). More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (BluetoothMediaInputTransformerTest, test_unrelatedEvent) |
| Test that an unrelated event does not trigger any calls to the PlaybackRouter. More...
|
|