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()
98 LOG_INFO("%s set to %s", __func__, (is_native) ? "native" : "non-native"); in wakelock_set_os_callouts()
106 if (is_native) in wakelock_acquire()
152 if (is_native) in wakelock_release()
186 if (is_native) wakelock_initialize_native(); in wakelock_initialize()