Home
last modified time | relevance | path

Searched refs:chld (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java252 public boolean processChld(int chld) throws RemoteException {
258 Log.i(TAG, "processChld %d", chld);
259 return BluetoothPhoneServiceImpl.this.processChld(chld);
469 private boolean processChld(int chld) { in processChld() argument
477 if (chld == CHLD_TYPE_RELEASEHELD) { in processChld()
485 } else if (chld == CHLD_TYPE_RELEASEACTIVE_ACCEPTHELD) { in processChld()
495 } else if (chld == CHLD_TYPE_HOLDACTIVE_ACCEPTHELD) { in processChld()
513 } else if (chld == CHLD_TYPE_ADDHELDTOCONF) { in processChld()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp258 static void at_chld_callback(bthf_chld_type_t chld, bt_bdaddr_t* bd_addr) { in at_chld_callback() argument
270 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtChld, chld, addr); in at_chld_callback()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2801 private void processAtChld(int chld, BluetoothDevice device) { in processAtChld() argument
2809 if (mPhoneProxy.processChld(chld)) { in processAtChld()
3199 private void onAtChld(int chld, byte[] address) { in onAtChld() argument
3201 event.valueInt = chld; in onAtChld()