Home
last modified time | relevance | path

Searched refs:Call (Results 1 – 18 of 18) sorted by relevance

/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc66 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 …]
Davrcp_connection_handler_test.cc100 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/
Dmodule.h107 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/
Dhandler.h56 void Call(Functor&& functor, Args&&... args) { in Call() function
/system/sepolicy/prebuilts/api/26.0/public/
Dte_macros316 # 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.
Dinit.te58 # Call mount(2).
/system/sepolicy/prebuilts/api/27.0/public/
Dte_macros320 # 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.
Dinit.te62 # Call mount(2).
/system/sepolicy/prebuilts/api/28.0/public/
Dte_macros328 # 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.
Dinit.te69 # Call mount(2).
/system/sepolicy/prebuilts/api/29.0/public/
Dte_macros338 # 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.
Dinit.te70 # Call mount(2).
73 # Call setns(2).
/system/sepolicy/prebuilts/api/30.0/public/
Dte_macros339 # 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.
Dinit.te77 # Call mount(2).
80 # Call setns(2).
/system/sepolicy/public/
Dte_macros339 # 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.
Dinit.te77 # Call mount(2).
80 # Call setns(2).
/system/bt/gd/hci/
Dle_address_manager.cc102 handler_->Call(enqueue_command_, std::move(packet)); in SetPrivacyPolicyForInitiatorAddressForTest()
/system/update_engine/
DREADME.md513 * Call `autest` in the crosh. Mainly used by the QA team and is not intended