Searched refs:test_command (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/avrcp/ |
D | bluetooth_avrcp_test.py | 159 def execute_media_play_pause_test_logic(self, command_sender, test_command): argument 176 if test_command not in [bt_constants.CMD_MEDIA_PLAY, 180 (test_command, bt_constants.CMD_MEDIA_PLAY, 186 test_command == bt_constants.CMD_MEDIA_PAUSE): 198 if test_command == bt_constants.CMD_MEDIA_PLAY: 201 elif test_command == bt_constants.CMD_MEDIA_PAUSE: 220 def execute_skip_next_prev_test_logic(self, command_sender, test_command): argument 237 if test_command not in [bt_constants.CMD_MEDIA_SKIP_NEXT, 241 (test_command, bt_constants.CMD_MEDIA_SKIP_NEXT, 246 and test_command == bt_constants.CMD_MEDIA_SKIP_PREV): [all …]
|
/packages/modules/Bluetooth/system/test/ |
D | run_unit_tests.sh | 130 test_command=( "${adb[@]}" shell "${binary}" ) 133 test_command+=( "--gtest_filter=${filter}" ) 135 test_command+=( "${test_args[@]}" )
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_client.h | 310 bt_status_t (*test_command)(int command, const btgatt_test_params_t& params); member
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1217 pub fn test_command(&self, command: i32, params: &BtGattTestParams) -> BtStatus { in test_command() method 1218 BtStatus::from(ccall!(self, test_command, command, params)) in test_command()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 2434 sGattIf->client->test_command(command, params); in gattTestNative()
|