Searched refs:FindService (Results 1 – 15 of 15) sorted by relevance
/system/bt/bta/gatt/ |
D | database_builder.cc | 64 Service* service = FindService(database.services, handle); in AddIncludedService() 72 if (!FindService(database.services, start_handle)) { in AddIncludedService() 86 Service* service = FindService(database.services, handle); in AddCharacteristic() 107 Service* service = FindService(database.services, handle); in AddDescriptor() 151 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 159 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 | service_list.h | 44 Service* FindService(T value, F function = &Service::name) const {
|
D | service_list.cpp | 84 Service* service = FindService(name); in MarkServicesUpdate()
|
D | sigchld_handler.cpp | 70 service = ServiceList::GetInstance().FindService(pid, &Service::pid); in ReapOneProcess()
|
D | reboot.cpp | 193 Service* service = ServiceList::GetInstance().FindService("blank_screen"); in TurnOffBacklight() 651 Service* boot_anim = ServiceList::GetInstance().FindService("bootanim"); in DoReboot() 652 Service* surface_flinger = ServiceList::GetInstance().FindService("surfaceflinger"); in DoReboot() 694 Service* vold_service = ServiceList::GetInstance().FindService("vold"); in DoReboot()
|
D | builtins.cpp | 238 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_enable() 275 Service* service = ServiceList::GetInstance().FindService(args[1]); in do_exec_start() 759 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_start() 768 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_stop() 775 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_restart()
|
D | service_parser.cpp | 615 Service* old_service = service_list_->FindService(service_->name()); in EndSection()
|
D | init.cpp | 429 service = ServiceList::GetInstance().FindService(name); in HandleControlMessage()
|
/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 | 176 return avrc_->FindService(UUID_SERVCLASS_AV_REMOTE_CONTROL, bdaddr, 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 | 49 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
|