Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dwakelock.c43 static bool is_native = true; variable
93 is_native = (wakelock_os_callouts == NULL); in wakelock_set_os_callouts()
95 __func__, (is_native)? "native" : "non-native"); in wakelock_set_os_callouts()
103 if (is_native) in wakelock_acquire()
150 if (is_native) in wakelock_release()
185 if (is_native) in wakelock_initialize()