Searched refs:cme (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HfpNativeInterfaceTest.java | 254 int cme = 10; in onCmdResult() local 255 mNativeInterface.onCmdResult(type, cme, TEST_DEVICE_ADDRESS); in onCmdResult() 261 assertThat(event.getValue().valueInt2).isEqualTo(cme); in onCmdResult()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_at.cc | 297 uint16_t cme) { in bta_hf_client_handle_error() argument 298 log::verbose("type:{} cme:{} current_cmd:{}", type, cme, in bta_hf_client_handle_error() 321 bta_hf_client_at_result(client_cb, type, cme); in bta_hf_client_handle_error() 325 bta_hf_client_at_result(client_cb, type, cme); in bta_hf_client_handle_error() 744 tBTA_HF_CLIENT_AT_RESULT_TYPE type, uint16_t cme) { in bta_hf_client_at_result() argument 750 evt.result.cme = cme; in bta_hf_client_at_result()
|
D | bta_hf_client_int.h | 314 tBTA_HF_CLIENT_AT_RESULT_TYPE type, uint16_t cme);
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hf_client_api.h | 230 uint16_t cme; member
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 610 void onCmdResult(int type, int cme, byte[] address) { in onCmdResult() argument 613 event.valueInt2 = cme; in onCmdResult()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_hf_client.h | 272 const RawAddress* bd_addr, bthf_client_cmd_complete_t type, int cme);
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hfpclient.cpp | 313 bthf_client_cmd_complete_t type, int cme) { in cmd_complete_cb() argument 321 (jint)cme, addr.get()); in cmd_complete_cb()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hf_client.cc | 972 p_data->result.cme); in btif_hf_client_upstreams_evt()
|