Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Ddatabase_builder.cc60 Service* service = FindService(database.services, handle); in AddIncludedService()
68 if (!FindService(database.services, start_handle)) { in AddIncludedService()
82 Service* service = FindService(database.services, handle); in AddCharacteristic()
102 Service* service = FindService(database.services, handle); in AddDescriptor()
146 Service* service = FindService(database.services, pending_service.first); in NextDescriptorRangeToExplore()
Ddatabase.cc43 Service* FindService(std::list<Service>& services, uint16_t handle) { in FindService() function
158 FindService(result.services, attr.value.included_service.handle); in Deserialize()
Ddatabase.h125 Service* FindService(std::list<Service>& services, uint16_t handle);
/system/core/init/
Dreboot.cpp148 Service* service = ServiceList::GetInstance().FindService("blank_screen"); in TurnOffBacklight()
399 Service* bootAnim = ServiceList::GetInstance().FindService("bootanim"); in DoReboot()
400 Service* surfaceFlinger = ServiceList::GetInstance().FindService("surfaceflinger"); in DoReboot()
479 Service* voldService = ServiceList::GetInstance().FindService("vold"); in DoReboot()
Dsigchld_handler.cpp69 service = ServiceList::GetInstance().FindService(pid, &Service::pid); in ReapOneProcess()
Dbuiltins.cpp173 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_enable()
210 Service* service = ServiceList::GetInstance().FindService(args[1]); in do_exec_start()
716 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_start()
725 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_stop()
732 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_restart()
Dservice.h267 Service* FindService(T value, F function = &Service::name) const {
Dinit.cpp307 svc = ServiceList::GetInstance().FindService(name); in HandleControlMessage()
Dservice.cpp1380 Service* service = FindService(name); in MarkServicesUpdate()
1442 Service* old_service = service_list_->FindService(service_->name()); in EndSection()
/system/bt/profile/avrcp/
Davrcp_internal.h38 virtual uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr,
Dconnection_handler.cc177 return avrc_->FindService( in SdpLookup()
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h63 MOCK_METHOD4(FindService, uint16_t(uint16_t, const RawAddress&,
Davrcp_connection_handler_test.cc48 EXPECT_CALL(mock_avrcp_, FindService(_, _, _, _)) in SetUpSdp()
/system/bt/btif/avrcp/
Davrcp_service.cc72 uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr, in FindService() function in bluetooth::avrcp::AvrcpInterfaceImpl