Home
last modified time | relevance | path

Searched refs:get_pts_avrcp_test (Results 1 – 6 of 6) sorted by relevance

/system/bt/main/
Dstack_config.cc81 static bool get_pts_avrcp_test(void) { in get_pts_avrcp_test() function
114 get_trace_config_enabled, get_pts_avrcp_test,
/system/bt/stack/test/btm/
Dstack_btm_test.cc55 bool get_pts_avrcp_test(void) { return false; } in get_pts_avrcp_test() function
66 .get_pts_avrcp_test = get_pts_avrcp_test,
/system/bt/internal_include/
Dstack_config.h30 bool (*get_pts_avrcp_test)(void); member
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc54 bool get_pts_avrcp_test(void) { return false; } in get_pts_avrcp_test() function
57 nullptr, get_pts_avrcp_test, nullptr, nullptr, nullptr, nullptr, nullptr,
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc50 bool get_pts_avrcp_test(void) { return false; } in get_pts_avrcp_test() function
53 nullptr, get_pts_avrcp_test, nullptr, nullptr, nullptr, nullptr, nullptr,
/system/bt/profile/avrcp/
Ddevice.cc457 if (stack_config_get_interface()->get_pts_avrcp_test()) { in TrackChangedNotificationResponse()