Searched refs:chld (Results 1 – 3 of 3) sorted by relevance
252 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() argument477 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()
258 static void at_chld_callback(bthf_chld_type_t chld, bt_bdaddr_t* bd_addr) { in at_chld_callback() argument270 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtChld, chld, addr); in at_chld_callback()
2801 private void processAtChld(int chld, BluetoothDevice device) { in processAtChld() argument2809 if (mPhoneProxy.processChld(chld)) { in processAtChld()3199 private void onAtChld(int chld, byte[] address) { in onAtChld() argument3201 event.valueInt = chld; in onAtChld()