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

  /external/bluetooth/bluedroid/bta/av/
bta_av_ssm.c 542 BOOLEAN is_init = FALSE; local
547 is_init = TRUE;
550 return is_init;
  /external/elfutils/0.153/libdwfl/
linux-kernel-modules.c 841 const bool is_init = !strncmp (secname, ".init", 5); local
842 if (is_init)
868 if (is_init && f == NULL && errno == ENOENT)
  /art/runtime/
class_linker.cc 2926 bool is_init = (strcmp("<init>", method_name) == 0); local
    [all...]

Completed in 8077 milliseconds