HomeSort by relevance Sort by last modified time
    Searched defs:error_reason (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_api_socket.cc 132 BluetoothApiSocket::ErrorReason error_reason; local
135 error_reason = BluetoothApiSocket::kIOPending;
138 error_reason = BluetoothApiSocket::kDisconnected;
141 error_reason = BluetoothApiSocket::kSystemError;
144 error_callback.Run(error_reason, message);
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl.cc 300 std::string error_reason; local
303 error_reason = " Certificate is stored read-only.";
310 << error_reason; local
  /external/chromium_org/content/renderer/media/
user_media_client_impl_unittest.cc 147 content::MediaStreamRequestResult error_reason() const { return result_; } function in class:content::UserMediaClientImplUnderTest
408 used_media_impl_->error_reason());
424 used_media_impl_->error_reason());
  /external/libnfc-nci/src/nfa/include/
nfa_cho_api.h 168 UINT8 error_reason; /* Error reason */ member in struct:__anon3573
329 ** error_reason : NFA_CHO_ERROR_TEMP_MEM
337 NFC_API extern tNFA_STATUS NFA_ChoSendSelectError (UINT8 error_reason,
  /external/libnfc-nci/src/nfa/int/
nfa_cho_int.h 162 UINT8 error_reason; member in struct:__anon3652
282 tNFA_STATUS nfa_cho_send_hs_error (UINT8 error_reason, UINT32 error_data);

Completed in 499 milliseconds