Home
last modified time | relevance | path

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

/system/core/init/
Dkeychords.cpp39 void add_service_keycodes(Service* svc) in add_service_keycodes()
82 Service* svc = ServiceList::GetInstance().FindService(id, &Service::keychord_id); in handle_keychord() local
Dbuiltins.cpp138 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_enable() local
618 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_start() local
627 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_stop() local
634 Service* svc = ServiceList::GetInstance().FindService(args[1]); in do_restart() local
Dservice_test.cpp127 auto svc = Service::MakeTemporaryOneshotService(args); in Test_make_temporary_oneshot_service() local
Dinit.cpp277 Service* svc = ServiceList::GetInstance().FindService(name); in HandleControlMessage() local
291 for (const auto& svc : ServiceList::GetInstance()) { in HandleControlMessage() local
Dservice.h239 auto svc = std::find_if(services_.begin(), services_.end(), variable
Dservice.cpp510 for (const auto& svc : ServiceList::GetInstance()) { in ParseInterface() local
1162 void ServiceList::RemoveService(const Service& svc) { in RemoveService()
/system/bt/service/
Dgatt_server.cc69 std::vector<btgatt_db_element_t> svc; in AddService() local
290 std::vector<btgatt_db_element_t> svc) { in ServiceAddedCallback()
/system/bt/btif/src/
Dbtif_hf.cc931 bt_status_t HeadsetInterface::CindResponse(int svc, int num_active, in CindResponse()