Home
last modified time | relevance | path

Searched defs:service (Results 1 – 25 of 31) sorted by relevance

12

/system/core/init/
Dinit.h95 struct service { struct
99 struct listnode slist;
124 /* keycodes for triggering this service via /dev/keychord */ argument
145 struct service *service_find_by_name(const char *name); argument
/system/core/adb/
Dadb_client.cpp114 std::string service; in switch_socket_transport() local
175 int _adb_connect(const std::string& service, std::string* error) { in _adb_connect()
213 int adb_connect(const std::string& service, std::string* error) { in adb_connect()
289 int adb_command(const std::string& service, std::string* error) { in adb_command()
304 bool adb_query(const std::string& service, std::string* result, std::string* error) { in adb_query()
Dcommandline.cpp449 static int adb_download_buffer(const char *service, const char *fn, const void* data, unsigned sz, in adb_download_buffer()
535 std::string service = in adb_sideload_host() local
677 static bool wait_for_device(const char* service, transport_type t, const char* serial) { in wait_for_device()
1092 const char* service = argv[0]; in adb_commandline() local
Dsockets.cpp658 static char *skip_host_serial(char *service) { in skip_host_serial()
692 char *service = NULL; in smart_socket_enqueue() local
Dadb.cpp699 int handle_forward_request(const char* service, transport_type ttype, char* serial, int reply_fd) in handle_forward_request()
799 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s) in handle_host_request()
Dusb_osx.cpp283 AndroidInterfaceNotify(void *refCon, io_service_t service, natural_t messageType, void *messageArgu… in AndroidInterfaceNotify()
/system/security/keystore/
Dkeystore_cli.cpp166 static int list(sp<IKeystoreService> service, const String16& name, int uid) { in list()
193 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in main() local
Dkeystore_get.cpp27 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in keystore_get() local
/system/bt/btif/src/
Dbtif_sock_sdp.c235 uint16_t service = UUID_SERVCLASS_PBAP_PSE; in add_pbap_sdp() local
285 uint16_t service = UUID_SERVCLASS_OBEX_OBJECT_PUSH; in add_ops_sdp() local
352 uint16_t service = UUID_SERVCLASS_SERIAL_PORT; in add_spp_sdp() local
Dbtif_sdp_server.c377 UINT16 service = UUID_SERVCLASS_MESSAGE_ACCESS; in add_maps_sdp() local
466 UINT16 service = UUID_SERVCLASS_MESSAGE_NOTIFICATION; in add_mapc_sdp() local
545 UINT16 service = UUID_SERVCLASS_PBAP_PSE; in add_pbaps_sdp() local
630 UINT16 service = UUID_SERVCLASS_OBEX_OBJECT_PUSH; in add_opps_sdp() local
/system/security/keystore-engine/
Drsa_meth.cpp84 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in keystore_rsa_priv_enc() local
128 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in keystore_rsa_priv_dec() local
Dandroid_engine.cpp150 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in rsa_private_transform() local
246 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in ecdsa_sign() local
405 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in EVP_PKEY_from_keystore() local
Ddsa_meth.cpp61 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in keystore_dsa_do_sign() local
Decdsa_meth.cpp67 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in keystore_ecdsa_do_sign() local
Deng_keystore.cpp112 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in keystore_loadkey() local
/system/bt/bta/include/
Dutl.h49 UINT16 service; member
/system/bt/btif/co/
Dbta_ag_co.c118 void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service) in bta_ag_co_data_open()
/system/bt/bta/ag/
Dbta_ag_sdp.c307 BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service) in bta_ag_sdp_find_attr()
407 void bta_ag_do_disc(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service) in bta_ag_do_disc()
/system/bt/bta/sys/
Dutl.c194 UINT16 service; in utl_set_device_class() local
/system/netd/server/
DDnsProxyListener.cpp52 SocketClient *c, char* host, char* service, struct addrinfo* hints, in GetAddrInfoHandler()
216 char* service = argv[2]; in runCommand() local
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp102 sp < IKeystoreService > service = interface_cast < IKeystoreService > (binder); in notifyKeystore() local
/system/bt/bta/hf_client/
Dbta_hf_client_act.c733 void bta_hf_client_cnum(char *number, UINT16 service) in bta_hf_client_cnum()
Dbta_hf_client_at.c585 static void bta_hf_client_handle_cnum( char *numstr, UINT16 type, UINT16 service) in bta_hf_client_handle_cnum()
1088 UINT16 service = 0; /* 0 in case this optional parameter is not being sent */ in bta_hf_client_parse_cnum() local
/system/core/gatekeeperd/
Dgatekeeperd.cpp247 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in verifyChallenge() local
/system/bt/stack/gatt/
Dgatt_db.c447 tBT_UUID service) in gatts_add_included_service()

12