Home
last modified time | relevance | path

Searched defs:svc (Results 1 – 9 of 9) sorted by relevance

/system/core/init/
Dservice_list.h45 auto svc = std::find_if(services_.begin(), services_.end(), variable
56 for (const auto& svc : services_) { in FindInterface() local
Dlmkd_service.cpp83 auto svc = service.get(); in RegisterServices() local
Dbuiltins.cpp239 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_enable() local
377 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_restart() local
384 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_start() local
393 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_stop() local
796 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_start() local
805 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_stop() local
812 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_restart() local
Dservice_list.cpp54 void ServiceList::RemoveService(const Service& svc) { in RemoveService()
Dservice_test.cpp128 auto svc = std::move(*service_ret); in Test_make_temporary_oneshot_service() local
Dinit.cpp663 auto svc = service.get(); in HandleKeychord() local
879 for (const auto& svc : ServiceList::GetInstance()) { in SecondStageMain() local
/system/bt/bta/gatt/
Ddatabase.cc41 bool HandleInRange(const Service& svc, uint16_t handle) { in HandleInRange()
/system/bt/service/
Dgatt_server.cc69 std::vector<btgatt_db_element_t> svc; in AddService() local
297 std::vector<btgatt_db_element_t> svc) { in ServiceAddedCallback()
/system/bt/btif/src/
Dbtif_hf.cc985 bt_status_t HeadsetInterface::CindResponse(int svc, int num_active, in CindResponse()