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.java57 int index, int direction, int status, int mode, boolean mpty, String number, int type) { in HeadsetClccResponse()
DBluetoothHeadsetProxy.java50 int index, int direction, int status, int mode, boolean mpty, String number, int type) { in clccResponse()
DHeadsetNativeInterface.java481 boolean mpty, in clccResponse()
613 boolean mpty, in clccResponseNative()
DHeadsetService.java770 boolean mpty, in clccResponse()
2085 int index, int direction, int status, int mode, boolean mpty, String number, int type) { in clccResponse()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadset.aidl76 …void clccResponse(int index, int direction, int status, int mode, boolean mpty, String number, int… in clccResponse()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java1174 int index, int direction, int status, int mode, boolean mpty, String number, int type) { in clccResponse()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc591 uint16_t mpty, char* numstr, in bta_hf_client_handle_clcc()
767 bool incoming, uint8_t status, bool mpty, in bta_hf_client_clcc()
1336 uint16_t idx, dir, status, mode, mpty; in bta_hf_client_parse_clcc() local
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h239 bool mpty; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1182 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.cpp279 bthf_client_call_mpty_type_t mpty, in current_calls_cb()
Dcom_android_bluetooth_hfp.cpp825 jint mode, jboolean mpty, jstring number_str, in clccResponseNative()