Searched refs:response_code (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore/include/keystore/ |
D | KeystoreResponse.h | 33 explicit KeystoreResponse(const int response_code, const String16& error_msg) in KeystoreResponse() 34 : response_code_(response_code), error_msg_(std::make_unique<String16>(error_msg)) {} in KeystoreResponse() 35 explicit KeystoreResponse(const int response_code) in KeystoreResponse() 36 : response_code_(response_code), error_msg_() {} in KeystoreResponse() 51 int response_code() const { return response_code_; } in response_code() function
|
/system/security/keystore-engine/ |
D | keystore_backend_binder.cpp | 124 if (!KSReturn(km_response.response_code()).isOk()) { in sign() 125 LOG(ERROR) << AT << "getKeyCharacteristics failed: " << km_response.response_code(); in sign() 201 } else if (!(rc = KSReturn(abortFuture.get().response_code())).isOk()) { in sign()
|
/system/bt/include/hardware/ |
D | bluetooth_headset_interface.h | 162 virtual bt_status_t AtResponse(bthf_at_response_t response_code,
|
/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 168 if (!KSReturn(km_response.response_code()).isOk()) { in sign() 169 LOG(ERROR) << AT << "getKeyCharacteristics failed: " << km_response.response_code(); in sign() 255 } else if (!(rc = KSReturn(abortFuture.get().response_code())).isOk()) { in sign()
|
/system/security/keystore/ |
D | keystore_client_impl.cpp | 201 return KeyStoreNativeReturnCode(result.response_code()); in addRandomNumberGeneratorEntropy() 228 return KeyStoreNativeReturnCode(km_response.response_code()); in generateKey() 254 return KeyStoreNativeReturnCode(km_response.response_code()); in getKeyCharacteristics() 283 return KeyStoreNativeReturnCode(km_response.response_code()); in importKey() 427 rc = KeyStoreNativeReturnCode(future.get().response_code()); in abortOperation()
|
/system/bt/stack/bnep/ |
D | bnep_utils.cc | 49 uint16_t response_code); 337 void bnepu_send_peer_filter_rsp(tBNEP_CONN* p_bcb, uint16_t response_code) { in bnepu_send_peer_filter_rsp() argument 352 UINT16_TO_BE_STREAM(p, response_code); in bnepu_send_peer_filter_rsp() 1127 uint16_t response_code) { in bnepu_send_peer_multicast_filter_rsp() argument 1131 BNEP_TRACE_DEBUG("BNEP sending multicast filter response %d", response_code); in bnepu_send_peer_multicast_filter_rsp() 1142 UINT16_TO_BE_STREAM(p, response_code); in bnepu_send_peer_multicast_filter_rsp()
|
/system/bt/btif/src/ |
D | btif_hf.cc | 693 bt_status_t AtResponse(bthf_at_response_t response_code, int error_code, 972 bt_status_t HeadsetInterface::AtResponse(bthf_at_response_t response_code, in AtResponse() argument 986 (response_code == BTHF_AT_RESPONSE_OK) ? BTA_AG_OK_DONE : BTA_AG_OK_ERROR, in AtResponse()
|