HomeSort by relevance Sort by last modified time
    Searched refs:g_fds (Results 1 - 2 of 2) 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/content/app/
content_main_runner.cc 577 base::GlobalDescriptors* g_fds = base::GlobalDescriptors::GetInstance(); variable
578 g_fds->Set(kPrimaryIPCChannel,
583 g_fds->Set(kCrashDumpSignal,

Completed in 118 milliseconds