Home
last modified time | relevance | path

Searched refs:SendStatus (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nxp/src/
DphHal4Nfc_P2P.c327 NFCSTATUS SendStatus = ((phNfc_sCompletionInfo_t *)pInfo)->status; in phHal4Nfc_SendCompleteHandler() local
331 if((SendStatus != NFCSTATUS_SUCCESS) in phHal4Nfc_SendCompleteHandler()
336 SendStatus = (NFCSTATUS)(NFC_INVALID_RELEASE_TYPE != in phHal4Nfc_SendCompleteHandler()
337 Hal4Ctxt->sTgtConnectInfo.ReleaseType?NFCSTATUS_RELEASED:SendStatus); in phHal4Nfc_SendCompleteHandler()
345 SendStatus in phHal4Nfc_SendCompleteHandler()
359 SendStatus in phHal4Nfc_SendCompleteHandler()
366 SendStatus = phHal4Nfc_Disconnect_Execute(gpphHal4Nfc_Hwref); in phHal4Nfc_SendCompleteHandler()
367 if((NFCSTATUS_PENDING != SendStatus) && in phHal4Nfc_SendCompleteHandler()
376 SendStatus in phHal4Nfc_SendCompleteHandler()
403 SendStatus = phHciNfc_Send_Data ( in phHal4Nfc_SendCompleteHandler()
[all …]
/external/chromium_org/content/renderer/pepper/
Dpepper_video_capture_host.cc102 SendStatus(); in OnStarted()
107 SendStatus(); in OnStopped()
112 SendStatus(); in OnPaused()
357 void PepperVideoCaptureHost::SendStatus() { in SendStatus() function in content::PepperVideoCaptureHost
Dpepper_video_capture_host.h68 void SendStatus();
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
Dcallclient.h134 void SendStatus() { in SendStatus() function
135 SendStatus(my_status_); in SendStatus()
137 void SendStatus(const buzz::PresenceStatus& status);
Dcallclient.cc363 SendStatus(); in ParseLine()
667 SendStatus(my_status_); in InitPresence()
700 void CallClient::SendStatus(const buzz::PresenceStatus& status) { in SendStatus() function in CallClient
1419 SendStatus(my_status_); in OnDevicesChange()
/external/chromium_org/chrome/browser/ui/webui/
Dpolicy_ui.cc344 void SendStatus() const;
540 base::Closure update_callback(base::Bind(&PolicyUIHandler::SendStatus, in RegisterMessages()
716 void PolicyUIHandler::SendStatus() const { in SendStatus() function in PolicyUIHandler
740 SendStatus(); in HandleInitialized()