/system/core/init/ |
D | init.h | 95 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/ |
D | adb_client.cpp | 114 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()
|
D | commandline.cpp | 449 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
|
D | sockets.cpp | 658 static char *skip_host_serial(char *service) { in skip_host_serial() 692 char *service = NULL; in smart_socket_enqueue() local
|
D | adb.cpp | 699 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()
|
D | usb_osx.cpp | 283 AndroidInterfaceNotify(void *refCon, io_service_t service, natural_t messageType, void *messageArgu… in AndroidInterfaceNotify()
|
/system/security/keystore/ |
D | keystore_cli.cpp | 166 static int list(sp<IKeystoreService> service, const String16& name, int uid) { in list() 193 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in main() local
|
D | keystore_get.cpp | 27 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in keystore_get() local
|
/system/bt/btif/src/ |
D | btif_sock_sdp.c | 235 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
|
D | btif_sdp_server.c | 377 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/ |
D | rsa_meth.cpp | 84 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
|
D | android_engine.cpp | 150 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
|
D | dsa_meth.cpp | 61 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in keystore_dsa_do_sign() local
|
D | ecdsa_meth.cpp | 67 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in keystore_ecdsa_do_sign() local
|
D | eng_keystore.cpp | 112 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in keystore_loadkey() local
|
/system/bt/bta/include/ |
D | utl.h | 49 UINT16 service; member
|
/system/bt/btif/co/ |
D | bta_ag_co.c | 118 void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service) in bta_ag_co_data_open()
|
/system/bt/bta/ag/ |
D | bta_ag_sdp.c | 307 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/ |
D | utl.c | 194 UINT16 service; in utl_set_device_class() local
|
/system/netd/server/ |
D | DnsProxyListener.cpp | 52 SocketClient *c, char* host, char* service, struct addrinfo* hints, in GetAddrInfoHandler() 216 char* service = argv[2]; in runCommand() local
|
/system/core/fingerprintd/ |
D | FingerprintDaemonProxy.cpp | 102 sp < IKeystoreService > service = interface_cast < IKeystoreService > (binder); in notifyKeystore() local
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_act.c | 733 void bta_hf_client_cnum(char *number, UINT16 service) in bta_hf_client_cnum()
|
D | bta_hf_client_at.c | 585 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/ |
D | gatekeeperd.cpp | 247 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in verifyChallenge() local
|
/system/bt/stack/gatt/ |
D | gatt_db.c | 447 tBT_UUID service) in gatts_add_included_service()
|