Searched refs:chld (Results 1 - 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DBluetoothPhoneServiceImpl.java257 public boolean processChld(int chld) throws RemoteException {
263 Log.i(TAG, "processChld %d", chld);
264 return BluetoothPhoneServiceImpl.this.processChld(chld);
493 private boolean processChld(int chld) { argument
501 if (chld == CHLD_TYPE_RELEASEHELD) {
509 } else if (chld == CHLD_TYPE_RELEASEACTIVE_ACCEPTHELD) {
527 } else if (chld == CHLD_TYPE_HOLDACTIVE_ACCEPTHELD) {
545 } else if (chld == CHLD_TYPE_ADDHELDTOCONF) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetSystemInterface.java224 * @param chld index of the call to hold
227 public boolean processChld(int chld) { argument
230 return mPhoneProxy.processChld(chld);
H A DHeadsetNativeInterface.java143 private void onAtChld(int chld, byte[] address) { argument
144 HeadsetStackEvent event = new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_AT_CHLD, chld,
H A DHeadsetStateMachine.java1606 private void processAtChld(int chld, BluetoothDevice device) { argument
1607 if (mSystemInterface.processChld(chld)) {
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp236 void AtChldCallback(bluetooth::headset::bthf_chld_type_t chld,
251 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtChld, chld,

Completed in 273 milliseconds