Home
last modified time | relevance | path

Searched refs:FindService (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase_builder.cc75 Service* service = FindService(database.services, handle); in AddIncludedService()
83 if (!FindService(database.services, start_handle)) { in AddIncludedService()
97 Service* service = FindService(database.services, handle); in AddCharacteristic()
119 Service* service = FindService(database.services, handle); in AddDescriptor()
167 Service* service = FindService(database.services, pending_service.first); in NextDescriptorRangeToExplore()
201 Service* service = FindService(services, handle); in FindDescriptorByHandle()
Ddatabase.cc56 Service* FindService(std::list<Service>& services, uint16_t handle) { in FindService() function
181 FindService(result.services, attr.value.included_service.handle); in Deserialize()
Ddatabase.h135 Service* FindService(std::list<Service>& services, uint16_t handle);
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_connection_handler_test.cc57 EXPECT_CALL(mock_avrcp_, FindService(_, _, _, _)) in SetUpSdp()
578 EXPECT_CALL(mock_avrcp_, FindService(_, _, _, _)) in TEST_F()
628 EXPECT_CALL(mock_avrcp_, FindService(_, _, _, _)) in TEST_F()
Davrcp_test_helper.h83 MOCK_METHOD4(FindService, uint16_t(uint16_t, const RawAddress&,
/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_internal.h48 virtual uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr,
Dconnection_handler.cc207 return avrc_->FindService(UUID_SERVCLASS_AV_REMOTE_CONTROL, bdaddr, in SdpLookup()
/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc1009 auto* svc = gatt::FindService(services_map[conn_id], handle); in TEST_F()
1249 auto* svc = gatt::FindService(services_map[conn_id], handle); in TEST_F()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc100 uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr, in FindService() function in bluetooth::avrcp::AvrcpInterfaceImpl
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc1525 auto* svc = gatt::FindService(services_map[conn_id], handle); in TEST_F()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc273 auto* svc = gatt::FindService(services_map[conn_id], handle); in set_sample_database()
3074 auto* svc = gatt::FindService(services_map[conn_id], handle); in TEST_F()