Home
last modified time | relevance | path

Searched refs:readStatus (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/health/include/pixelhealth/
DLowBatteryShutdownMetrics.h56 void readStatus();
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1228 ReadStatus readStatus; in workerCycle() local
1229 readStatus.retval = Result::NOT_INITIALIZED; in workerCycle()
1230 if (!mStatusMQ->read(&readStatus)) { in workerCycle()
1234 if (readStatus.retval != Result::OK) { in workerCycle()
1235 ALOGE("bad read status: %d", readStatus.retval); in workerCycle()
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal.cc538 NFCSTATUS readStatus = phNxpNciHal_enableTmlRead(); in phNxpNciHal_fw_download() local
539 if (readStatus != PHNFCSTVAL(CID_NFC_TML, NFCSTATUS_BUSY)) { in phNxpNciHal_fw_download()
541 readStatus); in phNxpNciHal_fw_download()
2381 NFCSTATUS readStatus = phNxpNciHal_enableTmlRead(); in phNxpNciHal_close() local
2382 NXPLOG_NCIHAL_D("read status = %x", readStatus); in phNxpNciHal_close()