Searched refs:FindService (Results 1 – 14 of 14) sorted by relevance
/system/bt/bta/gatt/ |
D | database_builder.cc | 60 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()
|
D | database.cc | 43 Service* FindService(std::list<Service>& services, uint16_t handle) { in FindService() function 158 FindService(result.services, attr.value.included_service.handle); in Deserialize()
|
D | database.h | 125 Service* FindService(std::list<Service>& services, uint16_t handle);
|
/system/core/init/ |
D | reboot.cpp | 148 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()
|
D | sigchld_handler.cpp | 69 service = ServiceList::GetInstance().FindService(pid, &Service::pid); in ReapOneProcess()
|
D | builtins.cpp | 173 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()
|
D | service.h | 267 Service* FindService(T value, F function = &Service::name) const {
|
D | init.cpp | 307 svc = ServiceList::GetInstance().FindService(name); in HandleControlMessage()
|
D | service.cpp | 1380 Service* service = FindService(name); in MarkServicesUpdate() 1442 Service* old_service = service_list_->FindService(service_->name()); in EndSection()
|
/system/bt/profile/avrcp/ |
D | avrcp_internal.h | 38 virtual uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr,
|
D | connection_handler.cc | 177 return avrc_->FindService( in SdpLookup()
|
/system/bt/profile/avrcp/tests/ |
D | avrcp_test_helper.h | 63 MOCK_METHOD4(FindService, uint16_t(uint16_t, const RawAddress&,
|
D | avrcp_connection_handler_test.cc | 48 EXPECT_CALL(mock_avrcp_, FindService(_, _, _, _)) in SetUpSdp()
|
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 72 uint16_t FindService(uint16_t service_uuid, const RawAddress& bd_addr, in FindService() function in bluetooth::avrcp::AvrcpInterfaceImpl
|