Home
last modified time | relevance | path

Searched defs:mpty (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetClccResponse.java67 HeadsetClccResponse(int index, int direction, int status, int mode, boolean mpty, String number, in HeadsetClccResponse()
DBluetoothHeadsetProxy.java50 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse()
DHeadsetNativeInterface.java427 boolean mpty, String number, int type) { in clccResponse()
532 boolean mpty, String number, int type, byte[] address); in clccResponseNative()
DHeadsetService.java827 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse()
1888 void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHeadset.aidl78 …void clccResponse(int index, int direction, int status, int mode, boolean mpty, String number, int… in clccResponse()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc567 uint16_t mpty, char* numstr, in bta_hf_client_handle_clcc()
741 bool incoming, uint8_t status, bool mpty, in bta_hf_client_clcc()
1308 uint16_t idx, dir, status, mode, mpty; in bta_hf_client_parse_clcc() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java1240 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h233 bool mpty; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1177 bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char* number, in ClccResponse()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp281 bthf_client_call_mpty_type_t mpty, in current_calls_cb()
Dcom_android_bluetooth_hfp.cpp843 jboolean mpty, jstring number_str, jint type, in clccResponseNative()