HomeSort by relevance Sort by last modified time
    Searched refs:SendStatus (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nxp/src/
phHal4Nfc_P2P.c 327 NFCSTATUS SendStatus = ((phNfc_sCompletionInfo_t *)pInfo)->status;
331 if((SendStatus != NFCSTATUS_SUCCESS)
336 SendStatus = (NFCSTATUS)(NFC_INVALID_RELEASE_TYPE !=
337 Hal4Ctxt->sTgtConnectInfo.ReleaseType?NFCSTATUS_RELEASED:SendStatus);
345 SendStatus
359 SendStatus
366 SendStatus = phHal4Nfc_Disconnect_Execute(gpphHal4Nfc_Hwref);
367 if((NFCSTATUS_PENDING != SendStatus) &&
376 SendStatus
403 SendStatus = phHciNfc_Send_Data
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_video_capture_host.cc 94 SendStatus();
99 SendStatus();
104 SendStatus();
341 void PepperVideoCaptureHost::SendStatus() {
pepper_video_capture_host.h 81 void SendStatus();
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h 134 void SendStatus() {
135 SendStatus(my_status_);
137 void SendStatus(const buzz::PresenceStatus& status);
callclient.cc 363 SendStatus();
669 SendStatus(my_status_);
702 void CallClient::SendStatus(const buzz::PresenceStatus& status) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 376 void SendStatus() const;
573 base::Closure update_callback(base::Bind(&PolicyUIHandler::SendStatus,
749 void PolicyUIHandler::SendStatus() const {
773 SendStatus();

Completed in 527 milliseconds