Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 17 of 17) sorted by relevance

/system/core/logd/
DLogAudit.cpp55 initialized(false), in LogAudit()
81 if (!initialized) { in onDataAvailable()
83 initialized = true; in onDataAvailable()
219 if ((fdDmesg >= 0) && initialized) { in logPrint()
258 if (((fdDmesg < 0) || !initialized) && !hasMetadata(str, str_len)) in logPrint()
DLogKlog.h30 bool initialized; variable
DLogAudit.h31 bool initialized; variable
DLogKlog.cpp208 initialized(false), in LogKlog()
221 if (!initialized) { in onDataAvailable()
223 initialized = true; in onDataAvailable()
511 if (initialized) { in log()
/system/bt/osi/src/
Dwakelock.cc57 static pthread_once_t initialized = PTHREAD_ONCE_INIT; variable
102 pthread_once(&initialized, wakelock_initialize); in wakelock_acquire()
148 pthread_once(&initialized, wakelock_initialize); in wakelock_release()
218 initialized = PTHREAD_ONCE_INIT; in wakelock_cleanup()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp114 static bool initialized = false; in enableAutosuspend() local
115 if (initialized) { in enableAutosuspend()
121 initialized = true; in enableAutosuspend()
/system/nfc/src/nfc/include/
Dce_int.h43 bool initialized; member
/system/bt/btif/src/
Dbtif_sock_thread.cc153 static int initialized; in btsock_thread_init() local
154 APPL_TRACE_DEBUG("in initialized:%d", initialized); in btsock_thread_init()
155 if (!initialized) { in btsock_thread_init()
156 initialized = 1; in btsock_thread_init()
/system/bt/service/doc/
DIBluetooth.txt80 * not been initialized yet (before the first time it gets enabled), this will
81 * return "not-initialized".
/system/core/adb/client/
Dusb_osx.cpp455 static bool initialized = false; in usb_init() local
456 if (!initialized) { in usb_init()
467 initialized = true; in usb_init()
/system/extras/simpleperf/
DJITDebugReader.h158 bool initialized = false; member
DJITDebugReader.cpp370 if (process.died || (!process.initialized && !InitializeProcess(process))) { in ReadProcess()
475 process.initialized = true; in InitializeProcess()
/system/nfc/src/nfc/tags/
Dce_t3t.cc641 (!p_cb->ndef_info.initialized)) { in ce_t3t_data_cback()
883 p_cb->ndef_info.initialized = false; in CE_T3tSetLocalNDEFMsg()
887 p_cb->ndef_info.initialized = true; in CE_T3tSetLocalNDEFMsg()
/system/bpf/bpfloader/
Dbpfloader.rc8 # - apex (incl. rollback) is initialized (so that in the future we can load bpf
/system/chre/platform/slpi/see/
Dsee_helper.cc137 bool initialized; member
593 if (!attrVal->initialized) { in decodeSnsStdAttrValue()
594 attrVal->initialized = true; in decodeSnsStdAttrValue()
/system/chre/build/sys_support/qcom/
Dchre.scons91 env.Replace(HEXAGON_LANIND = '-fno-exceptions -fno-strict-aliasing -fno-zero-initialized-in-bss' \
/system/bt/doc/
Dstyle_guide.md96 In nearly all cases, variables should be declared and initialized on the same line.