OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_fds
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware_legacy/power/
power.c
51
static int
g_fds
[OUR_FD_COUNT];
variable
73
g_fds
[i] = fd;
105
fd =
g_fds
[ACQUIRE_PARTIAL_WAKE_LOCK];
123
ssize_t len = write(
g_fds
[RELEASE_WAKE_LOCK], id, strlen(id));
/external/chromium_org/tools/ipc_fuzzer/replay/
replay_process.cc
48
base::GlobalDescriptors*
g_fds
= base::GlobalDescriptors::GetInstance();
local
49
g_fds
->Set(kPrimaryIPCChannel,
/external/chromium_org/content/app/
content_main_runner.cc
608
base::GlobalDescriptors*
g_fds
= base::GlobalDescriptors::GetInstance();
variable
609
g_fds
->Set(kPrimaryIPCChannel,
614
g_fds
->Set(kCrashDumpSignal,
Completed in 25 milliseconds