Home
last modified time | relevance | path

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

/trusty/kernel/lib/vmm_obj_service/
Dvmm_obj_service.c46 struct vmm_obj_service* srv; in vmm_obj_service_create_ro() local
103 void vmm_obj_service_destroy(struct vmm_obj_service** srv) { in vmm_obj_service_destroy()
126 struct vmm_obj_service* srv = in vmm_obj_service_handle_connect() local
153 int vmm_obj_service_add(struct vmm_obj_service* srv, in vmm_obj_service_add()
/trusty/user/base/lib/tipc/
Dtipc_srv.c43 struct tipc_srv* srv; member
68 static void set_ports_event_mask(struct tipc_srv* srv, uint32_t mask) { in set_ports_event_mask()
79 static bool server_at_max_chan_cnt(struct tipc_srv* srv) { in server_at_max_chan_cnt()
88 struct tipc_srv* srv = chan->port->srv; in tipc_chan_close() local
134 struct tipc_srv* srv = chan->port->srv; in chan_event_handler_proc() local
216 struct tipc_srv* srv = port->srv; in handle_connect() local
315 struct tipc_srv* srv; in tipc_add_service() local
/trusty/user/base/app/device_tree/
Dmain.cpp65 auto srv = android::RpcServerTrusty::make( in main() local
/trusty/kernel/lib/dtb_service/
Ddtb_service.cpp91 struct vmm_obj_service* srv; in dtb_service_add_user() local
/trusty/user/base/lib/tipc/test/srv/
Dsrv.c246 static int _create_service(const struct tipc_srv* srv, in _create_service()
301 const struct tipc_srv* srv = state->service; in restart_service() local
737 const struct tipc_srv* srv = get_srv_state(ev)->service; in echo_handle_port() local
/trusty/user/app/cast-auth/app/
Dcast_auth_impl.cc238 auto srv = android::RpcServerTrusty::make( in runService() local
/trusty/user/app/cast-auth/app/test-app/
Dmain.cc228 android::sp<ICastAuth> srv; member
/trusty/user/app/sample/binder-test/service/
Dmain.cpp171 auto srv = android::RpcServerTrusty::make( in main() local
/trusty/user/app/sample/binder-test/client/
Dmain.cpp38 android::sp<ITestService> srv; member