Home
last modified time | relevance | path

Searched refs:halStatus (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DDevicesFactory.impl.h68 int halStatus = loadAudioInterface(moduleName, &halDevice); in openDevice() local
69 if (halStatus == OK) { in openDevice()
72 } else if (halStatus == -EINVAL) { in openDevice()
DParametersUtil.impl.h157 int halStatus = halSetParameters(param.toString().string()); in setParams() local
158 return util::analyzeStatus(halStatus); in setParams()
/hardware/nxp/nfc/halimpl/hal/
DphNxpNciHal.cc553 if (nxpncihal_ctrl.halStatus == HAL_STATUS_MIN_OPEN) { in phNxpNciHal_MinOpen()
587 nxpncihal_ctrl.halStatus = HAL_STATUS_OPEN; in phNxpNciHal_MinOpen()
739 nxpncihal_ctrl.halStatus = HAL_STATUS_CLOSE; in phNxpNciHal_MinOpen()
763 if (nxpncihal_ctrl.halStatus == HAL_STATUS_OPEN) { in phNxpNciHal_open()
766 }else if(nxpncihal_ctrl.halStatus == HAL_STATUS_CLOSE){ in phNxpNciHal_open()
792 nxpncihal_ctrl.halStatus = HAL_STATUS_CLOSE; in phNxpNciHal_open()
834 nxpncihal_ctrl.halStatus = HAL_STATUS_MIN_OPEN; in phNxpNciHal_MinOpen_complete()
855 nxpncihal_ctrl.halStatus = HAL_STATUS_OPEN; in phNxpNciHal_open_complete()
884 if (nxpncihal_ctrl.halStatus != HAL_STATUS_OPEN) { in phNxpNciHal_write()
1134 if (nxpncihal_ctrl.halStatus == HAL_STATUS_CLOSE && in phNxpNciHal_read_complete()
[all …]
DphNxpNciHal.h88 phNxpNci_HalStatus halStatus; /* Indicate if hal is open or closed */ member
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp110 StatusCode halStatus; in doGetProperty() local
111 auto val = mHal->get(request, &halStatus); in doGetProperty()