HomeSort by relevance Sort by last modified time
    Searched refs:chld (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadsetPhone.aidl 29 boolean processChld(int chld);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsBackground.java 94 Rect chld = mTmp0; local
97 getChildBounds(chld);
100 final int top = chld.top - bkg.top;
101 final int bottom = chld.bottom + bkg.bottom;
108 left = chld.left - bkg.left;
109 right = chld.right + bkg.right;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 170 public boolean processChld(int chld) throws RemoteException {
171 Log.i(TAG, "processChld %d", chld);
173 return sendSynchronousRequest(MSG_PROCESS_CHLD, chld);
473 private boolean processChld(int chld) {
482 if (chld == CHLD_TYPE_RELEASEHELD) {
490 } else if (chld == CHLD_TYPE_RELEASEACTIVE_ACCEPTHELD) {
500 } else if (chld == CHLD_TYPE_HOLDACTIVE_ACCEPTHELD) {
516 } else if (chld == CHLD_TYPE_ADDHELDTOCONF) {
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf.h 68 /* CHLD - Call held handling */
125 /** Callback for call hold handling (AT+CHLD)
128 typedef void (* bthf_chld_cmd_callback)(bthf_chld_type_t chld, bt_bdaddr_t *bd_addr);
  /external/ppp/pppd/
main.c 245 static void chld __P((int));
721 SIGNAL(SIGCHLD, chld);
1439 chld(sig) function
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 258 static void at_chld_callback(bthf_chld_type_t chld, bt_bdaddr_t* bd_addr) {
270 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtChld, chld, addr);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 694 milliseconds