Searched refs:Call (Results 1 – 18 of 18) sorted by relevance
/system/bt/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 66 uint8_t b, bool c, AvrcpResponse d) { a->Call(b, c, d); }, in SetUp() 94 uint8_t b, bool c, AvrcpResponse d) { a->Call(b, c, d); }, in TEST_F() 126 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F() 139 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F() 168 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F() 182 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F() 212 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F() 226 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F() 265 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F() 270 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F() [all …]
|
D | avrcp_connection_handler_test.cc | 100 auto bound_callback = base::Bind(&MockFunction<void(device_ptr)>::Call, in TEST_F() 124 auto bound_callback = base::Bind(&MockFunction<void(device_ptr)>::Call, in TEST_F() 148 auto bound_callback = base::Bind(&MockFunction<void(device_ptr)>::Call, in TEST_F() 175 auto bound_callback = base::Bind(&MockFunction<void(device_ptr)>::Call, in TEST_F() 189 EXPECT_CALL(device_cb, Call(_)).Times(1); in TEST_F() 219 auto bound_callback = base::Bind(&MockFunction<void(device_ptr)>::Call, in TEST_F() 255 auto bound_callback = base::Bind(&MockFunction<void(device_ptr)>::Call, in TEST_F() 289 auto bound_callback = base::Bind(&MockFunction<void(device_ptr)>::Call, in TEST_F() 325 auto bound_callback = base::Bind(&MockFunction<void(device_ptr)>::Call, in TEST_F() 339 EXPECT_CALL(device_cb, Call(_)).Times(1); in TEST_F() [all …]
|
/system/bt/gd/ |
D | module.h | 107 void Call(Functor&& functor, Args&&... args) { in Call() function 108 GetHandler()->Call(std::forward<Functor>(functor), std::forward<Args>(args)...); in Call()
|
/system/bt/gd/os/ |
D | handler.h | 56 void Call(Functor&& functor, Args&&... args) { in Call() function
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | te_macros | 316 # Call the servicemanager and transfer references to it. 330 # Call the hwservicemanager and transfer references to it. 348 # Call the vndservicemanager and transfer references to it. 360 # Call the server domain and optionally transfer references to it.
|
D | init.te | 58 # Call mount(2).
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | te_macros | 320 # Call the servicemanager and transfer references to it. 334 # Call the hwservicemanager and transfer references to it. 352 # Call the vndservicemanager and transfer references to it. 364 # Call the server domain and optionally transfer references to it.
|
D | init.te | 62 # Call mount(2).
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | te_macros | 328 # Call the servicemanager and transfer references to it. 342 # Call the hwservicemanager and transfer references to it. 360 # Call the vndservicemanager and transfer references to it. 372 # Call the server domain and optionally transfer references to it.
|
D | init.te | 69 # Call mount(2).
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | te_macros | 338 # Call the servicemanager and transfer references to it. 352 # Call the hwservicemanager and transfer references to it. 370 # Call the vndservicemanager and transfer references to it. 382 # Call the server domain and optionally transfer references to it.
|
D | init.te | 70 # Call mount(2). 73 # Call setns(2).
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | te_macros | 339 # Call the servicemanager and transfer references to it. 355 # Call the hwservicemanager and transfer references to it. 373 # Call the vndservicemanager and transfer references to it. 385 # Call the server domain and optionally transfer references to it.
|
D | init.te | 77 # Call mount(2). 80 # Call setns(2).
|
/system/sepolicy/public/ |
D | te_macros | 339 # Call the servicemanager and transfer references to it. 355 # Call the hwservicemanager and transfer references to it. 373 # Call the vndservicemanager and transfer references to it. 385 # Call the server domain and optionally transfer references to it.
|
D | init.te | 77 # Call mount(2). 80 # Call setns(2).
|
/system/bt/gd/hci/ |
D | le_address_manager.cc | 102 handler_->Call(enqueue_command_, std::move(packet)); in SetPrivacyPolicyForInitiatorAddressForTest()
|
/system/update_engine/ |
D | README.md | 513 * Call `autest` in the crosh. Mainly used by the QA team and is not intended
|