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

  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsBackground.java 95 Rect chld = mTmp0; local
98 getChildBounds(chld);
101 final int top = chld.top - bkg.top;
102 final int bottom = chld.bottom + bkg.bottom;
109 left = chld.left - bkg.left;
110 right = chld.right + bkg.right;
  /external/bluetooth/bluez/audio/
telephony.h 190 int rh, const char *chld);
headset.c 81 const char *chld; /* Response to AT+CHLD=? */ member in struct:__anon1533
778 err = headset_send(hs, "\r\n+CHLD: (%s)\r\n", ag.chld);
1217 { "AT+CHLD", call_hold },
    [all...]
  /external/ppp/pppd/
main.c 245 static void chld __P((int));
721 SIGNAL(SIGCHLD, chld);
1439 chld(sig) function
    [all...]

Completed in 4318 milliseconds