OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chld
(Results
1 - 3
of
3
) 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/
headset.c
81
const char *
chld
; /* Response to AT+
CHLD
=? */
member in struct:__anon1447
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 459 milliseconds