Searched refs:test_command (Results  1 – 7 of 7) 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):  argument176     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 | 132   test_command=( "${adb[@]}" shell "${binary}" )135     test_command+=( "--gtest_filter=${filter}" )
 137   test_command+=( "${test_args[@]}" )
 
 | 
| /packages/modules/Bluetooth/system/include/hardware/ | 
| D | bt_gatt_client.h | 317   bt_status_t (*test_command)(int command, const btgatt_test_params_t& params);  member
 | 
| /packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ | 
| D | gatt_client.py | 322     async def test_command(self):  member in GattClient
 | 
| /packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ | 
| D | gatt.rs | 1370     pub fn test_command(&self, command: i32, params: &BtGattTestParams) -> BtStatus {  in test_command()  method1371         BtStatus::from(ccall!(self, test_command, command, params))  in test_command()
 
 | 
| /packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ | 
| D | gatt_service.rs | 657     fn test_command(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) {  in test_command()  method
 | 
| /packages/modules/Bluetooth/android/app/jni/ | 
| D | com_android_bluetooth_gatt.cpp | 2632   sGattIf->client->test_command(command, params);  in gattTestNative()
 |