Home
last modified time | relevance | path

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

/system/bt/stack/test/common/
Dmock_controller.cc33 uint8_t get_iso_buffer_count(void) { in get_iso_buffer_count() function
44 controller_instance->get_iso_buffer_count = &get_iso_buffer_count; in controller_get_interface()
/system/bt/device/include/
Dcontroller.h112 uint8_t (*get_iso_buffer_count)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc349 uint8_t get_iso_buffer_count(void) { return iso_buffer_count; } in get_iso_buffer_count() function
442 get_iso_buffer_count,
/system/bt/device/src/
Dcontroller.cc703 static uint8_t get_iso_buffer_count(void) { in get_iso_buffer_count() function
815 get_iso_buffer_count,
/system/bt/stack/btm/
Dbtm_iso_impl.h67 iso_credits_ = controller_get_interface()->get_iso_buffer_count(); in iso_impl()