Home
last modified time | relevance | path

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

/system/bt/hci/test/
Dhci_layer_test.cpp171 DURING(start_up_async) AT_CALL(0) { in DURING()
182 DURING(start_up_async) AT_CALL(0) return true;
188 DURING(shut_down) AT_CALL(0) return;
193 DURING(transmit_simple) AT_CALL(0) {
203 ) AT_CALL(0) {
251 DURING(receive_simple, ignoring_packets_following_packet) AT_CALL(0) {
256 DURING(ignoring_packets_ignored_packet) AT_CALL(0) {
265 ) AT_CALL(0) {
275 DURING(start_up_async) AT_CALL(0) return true;
281 DURING(shut_down) AT_CALL(0) return;
[all …]
Dlow_power_manager_test.cpp51 DURING(enable_disable) AT_CALL(0) { in DURING()
63 AT_CALL(0) {
70 AT_CALL(1) {
84 DURING(init) AT_CALL(0) {
Dhci_hal_h4_test.cpp78 DURING(open) AT_CALL(0) { in DURING()
85 DURING(close_fn) AT_CALL(0) {
96 AT_CALL(0) {
101 AT_CALL(1) {
106 AT_CALL(2) {
Dhci_hal_mct_test.cpp73 DURING(open) AT_CALL(0) { in DURING()
82 DURING(close_fn) AT_CALL(0) {
93 AT_CALL(0) {
99 AT_CALL(1) {
Dpacket_fragmenter_test.cpp202 DURING(no_fragmentation) AT_CALL(0) { in DURING()
212 DURING(ble_no_fragmentation) AT_CALL(0) {
222 DURING(non_acl_passthrough_fragmentation) AT_CALL(0) {
231 DURING(no_reassembly) AT_CALL(0) {
236 DURING(reassembly) AT_CALL(0) {
241 DURING(non_acl_passthrough_reassembly) AT_CALL(0) {
/system/bt/osi/test/
Dtest_stubs.h85 #define AT_CALL(index) \ macro