Home
last modified time | relevance | path

Searched defs:get_is_ready (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dcontroller.cc121 static bool get_is_ready(void) { return data_.ready; } in get_is_ready() function
/aosp12/system/bt/device/include/
H A Dcontroller.h32 bool (*get_is_ready)(void); member
/aosp12/system/bt/test/mock/
H A Dmock_device_controller.cc96 bool get_is_ready(void) { return readable; } in get_is_ready() function
/aosp12/system/bt/device/src/
H A Dcontroller.cc334 static bool get_is_ready(void) { return readable; } in get_is_ready() function