Searched refs:code (Results 101 - 123 of 123) sorted by relevance

12345

/system/bt/bta/hf_client/
H A Dbta_hf_client_int.h293 extern void bta_hf_client_send_at_vts(tBTA_HF_CLIENT_CB* client_cb, char code);
/system/bt/stack/include/
H A Dport_api.h105 typedef void(tPORT_CALLBACK)(uint32_t code, uint16_t port_handle);
644 * result code.
/system/nfc/src/hal/include/
H A Dgki_hal_target.h206 #define GKI_SEVERE(code)
/system/nfc/src/include/
H A Dgki_target.h286 #define GKI_SEVERE(code)
/system/tpm/trunks/
H A Dresource_manager_test.cc77 std::string CreateCommand(TPM_CC code, argument
87 Serialize_TPM_CC(code, &buffer);
98 std::string CreateResponse(TPM_RC code, argument
108 Serialize_TPM_RC(code, &buffer);
H A Dmock_tpm.h1029 const TPM_CC& code,
1035 const TPM_CC& code,
H A Dtpm_generated.h5034 const TPM_CC& code,
5042 const TPM_CC& code,
5048 const TPM_CC& code,
H A Dtpm_generated.cc258 LOG(WARNING) << "Unknown command code: " << command_code;
482 LOG(WARNING) << "Unknown command code: " << command_code;
22750 const TPM_CC& code,
22773 rc = Serialize_TPM_CC(code, &code_bytes);
22921 const TPM_CC& code,
22931 policy_session, policy_session_name, code, &command,
22943 const TPM_CC& code,
22948 policy_session, policy_session_name, code, &command,
22747 SerializeCommand_PolicyCommandCode( const TPMI_SH_POLICY& policy_session, const std::string& policy_session_name, const TPM_CC& code, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
22919 PolicyCommandCode(const TPMI_SH_POLICY& policy_session, const std::string& policy_session_name, const TPM_CC& code, AuthorizationDelegate* authorization_delegate, const PolicyCommandCodeResponse& callback) argument
22940 PolicyCommandCodeSync( const TPMI_SH_POLICY& policy_session, const std::string& policy_session_name, const TPM_CC& code, AuthorizationDelegate* authorization_delegate) argument
[all...]
/system/update_engine/
H A Dpayload_state.cc248 LOG(INFO) << "Updating payload state for error code: " << base_error
354 case ErrorCode::kSuccess: // success code
355 case ErrorCode::kUmaReportedMax: // not an error code
357 case ErrorCode::kDevModeFlag: // not an error code
358 case ErrorCode::kResumedFlag: // not an error code
359 case ErrorCode::kTestImageFlag: // not an error code
360 case ErrorCode::kTestOmahaUrlFlag: // not an error code
361 case ErrorCode::kSpecialFlags: // not an error code
365 LOG(WARNING) << "Unexpected error code for UpdateFailed";
567 void PayloadState::CollectAndReportAttemptMetrics(ErrorCode code) { argument
[all...]
H A Dpayload_state.h207 void CollectAndReportAttemptMetrics(ErrorCode code);
566 // The attempt error code when the attempt finished.
H A Domaha_request_action_unittest.cc131 string codebase = "http://code/base/";
171 // the transfer will fail with that code. |ping_only| is passed through to the
246 ErrorCode code) override {
252 ErrorCode code) override {
255 EXPECT_EQ(expected_code_, code);
257 EXPECT_EQ(ErrorCode::kSuccess, code);
H A Dupdate_attempter_unittest.cc224 fetcher->FailTransfer(503); // Sets the HTTP response code.
245 fetcher->FailTransfer(500); // Sets the HTTP response code.
273 ErrorCode code);
/system/core/adb/
H A Dsysdeps_win32.cpp499 // non-blocking sockets can cause an error code of WSAEWOULDBLOCK and
517 // code may expect EAGAIN instead of ETIMEDOUT on timeout.
522 D( "_socket_set_errno: mapping Windows error code %lu to errno %d",
634 // According to https://code.google.com/p/chromium/issues/detail?id=27870
687 // do the same to reduce the chance of exercising uncommon code-paths that might
1182 // console windows on Windows, but to be better than the original code which
1197 // * _console_read() is the main code of the emulation.
1539 // If Shift is not pressed and NumLock is on, a different virtual key code
1551 int code = 0; local
1557 code |
[all...]
/system/bt/btif/src/
H A Dbtif_hf_client.cc667 static bt_status_t send_dtmf(const bt_bdaddr_t* bd_addr, char code) { argument
673 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_VTS, code, 0, NULL);
/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c95 static void print_usage_and_exit(const char *prog, int code, bool verbose) argument
100 exit(code);
/system/tools/aidl/tests/
H A Daidl_test_service.cpp65 // Generated code:
318 Status ThrowServiceException(int code) override {
319 return Status::fromServiceSpecificError(code);
/system/security/keystore/include/keystore/
H A DIKeystoreService.h249 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
/system/core/init/
H A Dservice.cpp425 int code; local
426 if (ParseInt(args[i], &code)) {
427 keycodes_.emplace_back(code);
/system/core/adb/daemon/
H A Dusb.cpp221 __le16 code; member in struct:__anon1399::__anon1400
/system/update_engine/common/
H A Dutils.cc906 ErrorCode GetBaseErrorCode(ErrorCode code) { argument
907 // Ignore the higher order bits in the code by applying the mask as
911 static_cast<int>(code) & ~static_cast<int>(ErrorCode::kSpecialFlags));
919 LOG(INFO) << "Converting error code " << base_code
/system/security/keystore/
H A DIKeystoreService.cpp927 status_t BnKeystoreService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
929 switch (code) {
1355 return BBinder::onTransact(code, data, reply, flags);
/system/bt/bta/av/
H A Dbta_av_act.cc930 av.vendor_cmd.code = p_data->rc_msg.msg.hdr.ctype;
978 av.meta_msg.code = p_data->rc_msg.msg.hdr.ctype;
/system/keymaster/
H A Dandroid_keymaster_test_utils.cpp34 #error Keymaster test code requires that KEYMASTER_NAME_TAGS is defined

Completed in 654 milliseconds

12345