Searched refs:chld (Results 1 - 5 of 5) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | BluetoothPhoneServiceImpl.java | 257 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 D | HeadsetSystemInterface.java | 224 * @param chld index of the call to hold 227 public boolean processChld(int chld) { argument 230 return mPhoneProxy.processChld(chld);
|
H A D | HeadsetNativeInterface.java | 143 private void onAtChld(int chld, byte[] address) { argument 144 HeadsetStackEvent event = new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_AT_CHLD, chld,
|
H A D | HeadsetStateMachine.java | 1606 private void processAtChld(int chld, BluetoothDevice device) { argument 1607 if (mSystemInterface.processChld(chld)) {
|
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_hfp.cpp | 236 void AtChldCallback(bluetooth::headset::bthf_chld_type_t chld, 251 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtChld, chld,
|
Completed in 273 milliseconds