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

  /device/samsung/crespo/liblight/
lights.c 36 static int already_warned; local
38 already_warned = 0;
50 if (already_warned == 0) {
52 already_warned = 1;
  /device/samsung/tuna/liblight/
lights.c 53 static int already_warned; local
55 already_warned = 0;
67 if (already_warned == 0) {
69 already_warned = 1;
  /device/moto/stingray/liblights/
lights.c 55 static int already_warned = -1; local
64 if (already_warned == -1) {
66 already_warned = 1;
75 static int already_warned = -1; local
84 if (already_warned == -1) {
86 already_warned = 1;
  /hardware/msm7k/liblights/
lights.c 105 static int already_warned = 0; local
115 if (already_warned == 0) {
117 already_warned = 1;
  /device/moto/wingray/libaudio/
AudioPostProcessor.cpp 607 static int already_warned = -1; local
635 if (already_warned == -1) {
637 already_warned = 1;
  /external/dbus/dbus/
dbus-sysdeps-win.c 3123 static dbus_bool_t already_warned = FALSE; local
    [all...]
dbus-sysdeps-unix.c 3626 static dbus_bool_t already_warned = FALSE; local
    [all...]

Completed in 363 milliseconds