Searched refs:FindService (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database_builder.cc | 75 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()
|
D | database.cc | 56 Service* FindService(std::list<Service>& services, uint16_t handle) { in FindService() function 181 FindService(result.services, attr.value.included_service.handle); in Deserialize()
|
D | database.h | 135 Service* FindService(std::list<Service>& services, uint16_t handle);
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/ |
D | avrcp_connection_handler_test.cc | 57 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()
|
D | avrcp_test_helper.h | 83 MOCK_METHOD4(FindService, uint16_t(uint16_t, const RawAddress&,
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | avrcp_internal.h | 48 virtual uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr,
|
D | connection_handler.cc | 207 return avrc_->FindService(UUID_SERVCLASS_AV_REMOTE_CONTROL, bdaddr, in SdpLookup()
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | vc_test.cc | 1009 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/ |
D | avrcp_service.cc | 100 uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr, in FindService() function in bluetooth::avrcp::AvrcpInterfaceImpl
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client_test.cc | 1525 auto* svc = gatt::FindService(services_map[conn_id], handle); in TEST_F()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_client_test.cc | 273 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()
|