Home
last modified time | relevance | path

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

/system/core/init/
Dbuiltins.cpp173 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_enable() local
279 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_restart() local
286 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_start() local
295 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_stop() local
716 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_start() local
725 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_stop() local
732 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_restart() local
Dinit.cpp303 Service* svc = nullptr; in HandleControlMessage() local
587 auto svc = service.get(); in HandleKeychord() local
732 for (const auto& svc : ServiceList::GetInstance()) { in SecondStageMain() local
Dservice.h268 auto svc = std::find_if(services_.begin(), services_.end(), variable
279 for (const auto& svc : services_) { in FindInterface() local
Dservice_test.cpp125 auto svc = Service::MakeTemporaryOneshotService(args); in Test_make_temporary_oneshot_service() local
Dservice.cpp529 for (const auto& svc : ServiceList::GetInstance()) { in ParseInterface() local
1349 void ServiceList::RemoveService(const Service& svc) { in RemoveService()
/system/bt/bta/gatt/
Ddatabase.cc38 bool HandleInRange(const Service& svc, uint16_t handle) { in HandleInRange()
/system/bt/service/
Dgatt_server.cc70 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.cc920 bt_status_t HeadsetInterface::CindResponse(int svc, int num_active, in CindResponse()