Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc44 static bool is_native = true; variable
93 is_native = (wakelock_os_callouts == NULL); in wakelock_set_os_callouts()
94 log::info("set to {}", (is_native) ? "native" : "non-native"); in wakelock_set_os_callouts()
102 if (is_native) in wakelock_acquire()
148 if (is_native) in wakelock_release()
181 if (is_native) wakelock_initialize_native(); in wakelock_initialize()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dwakelock_manager.cc136 flatbuffers::FlatBufferBuilder* fb_builder, bool is_native) const { in GetDumpsysData()
164 builder.add_is_native(is_native); in GetDumpsysData()
/packages/modules/Bluetooth/system/gd/os/
Dwakelock_manager.fbs9 is_native:bool;