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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadsetPhone.aidl 29 boolean processChld(int chld);
  /frameworks/base/services/core/java/com/android/server/policy/
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/
BluetoothPhoneServiceImpl.java 253 public boolean processChld(int chld) throws RemoteException {
259 Log.i(TAG, "processChld %d", chld);
260 return BluetoothPhoneServiceImpl.this.processChld(chld);
483 private boolean processChld(int chld) {
491 if (chld == CHLD_TYPE_RELEASEHELD) {
499 } else if (chld == CHLD_TYPE_RELEASEACTIVE_ACCEPTHELD) {
509 } else if (chld == CHLD_TYPE_HOLDACTIVE_ACCEPTHELD) {
527 } else if (chld == CHLD_TYPE_ADDHELDTOCONF) {
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf.h 68 /* CHLD - Call held handling */
139 /** Callback for call hold handling (AT+CHLD)
142 typedef void (* bthf_chld_cmd_callback)(bthf_chld_type_t chld, bt_bdaddr_t *bd_addr);
  /external/ppp/pppd/
main.c 244 static void chld __P((int));
724 SIGNAL(SIGCHLD, chld);
1520 chld(sig) function
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 260 static void at_chld_callback(bthf_chld_type_t chld, bt_bdaddr_t* bd_addr) {
272 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtChld, chld, addr);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 397 milliseconds