Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dwakelock.cc48 static bool is_native = true; variable
97 is_native = (wakelock_os_callouts == NULL); in wakelock_set_os_callouts()
99 (is_native) ? "native" : "non-native"); in wakelock_set_os_callouts()
107 if (is_native) in wakelock_acquire()
155 if (is_native) in wakelock_release()
190 if (is_native) wakelock_initialize_native(); in wakelock_initialize()