Home
last modified time | relevance | path

Searched refs:DURING (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() function
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) {
199 DURING(
228 DURING(receive_simple, ignoring_packets_following_packet) {
233 DURING(ignoring_packets_ignored_packet) {
238 DURING(
251 DURING(receive_simple, ignoring_packets_following_packet) AT_CALL(0) {
256 DURING(ignoring_packets_ignored_packet) AT_CALL(0) {
[all …]
Dpacket_fragmenter_test.cpp202 DURING(no_fragmentation) AT_CALL(0) { in DURING() function
207 DURING(fragmentation) { in DURING() function
212 DURING(ble_no_fragmentation) AT_CALL(0) {
217 DURING(ble_fragmentation) { in DURING() function
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) {
254 DURING(no_fragmentation,
257 DURING(fragmentation) return 10;
[all …]
Dlow_power_manager_test.cpp51 DURING(init) AT_CALL(0) { in DURING() function
62 DURING(enable_disable) {
84 DURING(init) AT_CALL(0) {
Dhci_hal_mct_test.cpp73 DURING(open) AT_CALL(0) { in DURING() function
82 DURING(close_fn) AT_CALL(0) {
92 DURING(read_synchronous) {
107 DURING(read_async_reentry) {
Dhci_hal_h4_test.cpp72 DURING(open) AT_CALL(0) { in DURING() function
79 DURING(close_fn) AT_CALL(0) {
89 DURING(read_synchronous) {
108 DURING(read_async_reentry) {
/system/bt/osi/test/
Dtest_stubs.h57 #define DURING(...) OVERLOAD_OF(DURING, __VA_ARGS__) macro