Searched refs:chld (Results 1 – 3 of 3) sorted by relevance
255 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() argument493 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()
219 static void at_chld_callback(bthf_chld_type_t chld, RawAddress* bd_addr) { in at_chld_callback() argument233 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtChld, chld, in at_chld_callback()
2706 private void processAtChld(int chld, BluetoothDevice device) { in processAtChld() argument2714 if (mPhoneProxy.processChld(chld)) { in processAtChld()3180 private void onAtChld(int chld, byte[] address) { in onAtChld() argument3182 event.valueInt = chld; in onAtChld()