Home
last modified time | relevance | path

Searched defs:response (Results 1 – 22 of 22) sorted by relevance

/system/bt/hci/src/
Dhci_packet_parser.c39 static void parse_generic_command_complete(BT_HDR *response) { in parse_generic_command_complete()
46 BT_HDR *response, in parse_read_buffer_size_response()
60 BT_HDR *response, in parse_read_local_version_info_response()
75 BT_HDR *response, in parse_read_bd_addr_response()
86 BT_HDR *response, in parse_read_local_supported_commands_response()
98 BT_HDR *response, in parse_read_local_extended_features_response()
120 BT_HDR *response, in parse_ble_read_white_list_size_response()
131 BT_HDR *response, in parse_ble_read_buffer_size_response()
144 BT_HDR *response, in parse_ble_read_supported_states_response()
156 BT_HDR *response, in parse_ble_read_local_supported_features_response()
[all …]
Dvendor.c166 static void transmit_completed_callback(BT_HDR *response, void *context) { in transmit_completed_callback()
/system/keymaster/
Dandroid_keymaster.cpp63 SupportedResponse<T>* response) { in check_supported()
82 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms()
102 SupportedResponse<T>* response) { in GetSupported()
118 SupportedBlockModesResponse* response) { in SupportedBlockModes()
124 SupportedPaddingModesResponse* response) { in SupportedPaddingModes()
130 SupportedDigestsResponse* response) { in SupportedDigests()
136 SupportedImportFormatsResponse* response) { in SupportedImportFormats()
147 SupportedExportFormatsResponse* response) { in SupportedExportFormats()
158 AddEntropyResponse* response) { in AddRngEntropy()
164 GenerateKeyResponse* response) { in GenerateKey()
[all …]
Dsoft_keymaster_device.cpp260 ImportKeyResponse response; in import_keypair() local
477 SupportedAlgorithmsResponse response; in get_supported_algorithms() local
509 SupportedBlockModesResponse response; in get_supported_block_modes() local
541 SupportedPaddingModesResponse response; in get_supported_padding_modes() local
572 SupportedDigestsResponse response; in get_supported_digests() local
600 SupportedImportFormatsResponse response; in get_supported_import_formats() local
629 SupportedExportFormatsResponse response; in get_supported_export_formats() local
654 AddEntropyResponse response; in add_rng_entropy() local
674 GenerateKeyResponse response; in generate_key() local
710 GetKeyCharacteristicsResponse response; in get_key_characteristics() local
[all …]
/system/core/gatekeeperd/tests/
Dgatekeeper_test.cpp36 static void do_enroll(SoftGateKeeper &gatekeeper, EnrollResponse *response) { in do_enroll()
49 EnrollResponse response; in TEST() local
57 EnrollResponse response; in TEST() local
79 VerifyResponse response; in TEST() local
117 VerifyResponse response; in TEST() local
165 VerifyResponse response; in TEST() local
199 VerifyResponse response; in TEST() local
/system/core/fastboot/
Dprotocol.c50 static int check_response(usb_handle *usb, unsigned int size, char *response) in check_response()
110 char *response) in _command_start()
163 char *response) in _command_send()
189 char *response) in _command_send_no_data()
199 int fb_command_response(usb_handle *usb, const char *cmd, char *response) in fb_command_response()
Dengine.c87 int fb_getvar(struct usb_handle *usb, char *response, const char *fmt, ...) in fb_getvar()
Dfastboot.cpp596 char response[FB_RESPONSE_SZ + 1]; in get_target_sparse_limit() local
/system/core/gatekeeperd/
DSoftGateKeeperDevice.cpp56 EnrollResponse response; in enroll() local
89 VerifyResponse response; in verify() local
/system/gatekeeper/
Dgatekeeper.cpp23 void GateKeeper::Enroll(const EnrollRequest &request, EnrollResponse *response) { in Enroll()
102 void GateKeeper::Verify(const VerifyRequest &request, VerifyResponse *response) { in Verify()
257 failure_record_t *record, bool secure, GateKeeperMessage *response) { in ThrottleRequest()
/system/bt/test/suite/cases/
Drfcomm.c33 char response[256] = { 0 }; in handshake() local
/system/core/adb/
Dservices.cpp543 static void connect_device(const std::string& host, std::string* response) { in connect_device()
584 void connect_emulator(const std::string& port_spec, std::string* response) { in connect_emulator()
634 std::string response; in connect_service() local
Dadb_auth_client.cpp174 char response[2]; in adb_auth_event() local
/system/core/libutils/
DLooper.cpp188 const Response& response = mResponses.itemAt(mResponseIndex++); in pollOnce() local
352 Response& response = mResponses.editItemAt(i); in pollInner() local
428 Response response; in pushResponse() local
/system/bt/btif/src/
Dbtif_gatt_server.c89 btgatt_response_t response; member
661 int status, btgatt_response_t *response) in btif_gatts_send_response()
/system/bt/stack/l2cap/
Dl2cap_client.c216 tL2CAP_CFG_INFO response = { 0 }; in config_request_cb() local
/system/bt/device/src/
Dcontroller.c85 BT_HDR *response; in start_up() local
/system/bt/stack/include/
Dbtu.h41 BT_HDR *response; member
/system/bt/stack/btu/
Dbtu_hcif.c969 static void btu_hcif_command_complete_evt(BT_HDR *response, void *context) in btu_hcif_command_complete_evt()
/system/extras/tests/net_test/
Diproute.py384 def _ParseAck(self, response): argument
/system/netd/server/
DRouteController.cpp198 } response; in sendNetlinkRequest() local
/system/security/keystore/
Dkeystore.cpp803 ResponseCode response = writeMasterKey(pw, entropy); in initialize() local
857 ResponseCode response = masterKeyBlob.readBlob(mMasterKeyFile, &passwordAesKey, in readMasterKey() local