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 | 252 int cme = 10; in onCmdResult() local 253 mNativeInterface.onCmdResult(type, cme, TEST_DEVICE_ADDRESS); in onCmdResult() 259 assertThat(event.getValue().valueInt2).isEqualTo(cme); in onCmdResult()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_at.cc | 303 tBTA_HF_CLIENT_AT_RESULT_TYPE type, uint16_t cme) { in bta_hf_client_handle_error() argument 304 log::verbose("type:{} cme:{} current_cmd:{}", type, cme, client_cb->at_cb.current_cmd); in bta_hf_client_handle_error() 326 bta_hf_client_at_result(client_cb, type, cme); in bta_hf_client_handle_error() 330 bta_hf_client_at_result(client_cb, type, cme); in bta_hf_client_handle_error() 728 uint16_t cme) { in bta_hf_client_at_result() argument 734 evt.result.cme = cme; in bta_hf_client_at_result()
|
D | bta_hf_client_int.h | 310 uint16_t cme);
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hf_client_api.h | 217 uint16_t cme; member
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 603 void onCmdResult(int type, int cme, byte[] address) { in onCmdResult() argument 606 event.valueInt2 = cme; in onCmdResult()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_hf_client.h | 260 bthf_client_cmd_complete_t type, int cme);
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hfpclient.cpp | 359 static void cmd_complete_cb(const RawAddress* bd_addr, bthf_client_cmd_complete_t type, int cme) { in cmd_complete_cb() argument 370 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCmdResult, (jint)type, (jint)cme, in cmd_complete_cb()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hf_client.cc | 1001 (bthf_client_cmd_complete_t)p_data->result.type, p_data->result.cme); in btif_hf_client_upstreams_evt()
|