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.java255 public boolean processChld(int chld) throws RemoteException {
261 Log.i(TAG, "processChld %d", chld);
262 return BluetoothPhoneServiceImpl.this.processChld(chld);
485 private boolean processChld(int chld) { in processChld() argument
493 if (chld == CHLD_TYPE_RELEASEHELD) { in processChld()
501 } else if (chld == CHLD_TYPE_RELEASEACTIVE_ACCEPTHELD) { in processChld()
519 } else if (chld == CHLD_TYPE_HOLDACTIVE_ACCEPTHELD) { in processChld()
537 } else if (chld == CHLD_TYPE_ADDHELDTOCONF) { in processChld()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp219 static void at_chld_callback(bthf_chld_type_t chld, RawAddress* bd_addr) { in at_chld_callback() argument
233 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtChld, chld, in at_chld_callback()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2706 private void processAtChld(int chld, BluetoothDevice device) { in processAtChld() argument
2714 if (mPhoneProxy.processChld(chld)) { in processAtChld()
3180 private void onAtChld(int chld, byte[] address) { in onAtChld() argument
3182 event.valueInt = chld; in onAtChld()