Searched refs:is_native (Results 1 – 3 of 3) sorted by relevance
44 static bool is_native = true; variable93 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()
136 flatbuffers::FlatBufferBuilder* fb_builder, bool is_native) const { in GetDumpsysData()164 builder.add_is_native(is_native); in GetDumpsysData()
9 is_native:bool;