Home
last modified time | relevance | path

Searched refs:is_native (Results 1 – 3 of 3) 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()
/system/bt/gd/os/
Dwakelock_manager.fbs9 is_native:bool;
/system/bt/gd/os/linux_generic/
Dwakelock_manager.cc134 flatbuffers::FlatBufferBuilder* fb_builder, bool is_native) const { in GetDumpsysData()
162 builder.add_is_native(is_native); in GetDumpsysData()