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

  /hardware/interfaces/audio/2.0/default/
DevicesFactory.cpp 83 int halStatus = loadAudioInterface(moduleName, &halDevice);
84 if (halStatus == OK) {
92 } else if (halStatus == -EINVAL) {
ParametersUtil.cpp 143 int halStatus = halSetParameters(param.toString().string());
144 if (halStatus == OK)
146 else if (halStatus == -ENOSYS)
  /system/nfc/halimpl/pn54x/hal/
phNxpNciHal.h 67 phNxpNci_HalStatus halStatus; /* Indicate if hal is open or closed */
phNxpNciHal.c 461 if (nxpncihal_ctrl.halStatus == HAL_STATUS_OPEN) {
489 nxpncihal_ctrl.halStatus = HAL_STATUS_OPEN;
671 nxpncihal_ctrl.halStatus = HAL_STATUS_CLOSE;
748 if (nxpncihal_ctrl.halStatus != HAL_STATUS_OPEN) {
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 198 int halStatus = newStatus ?
202 halStatus);
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
VehicleEmulator.cpp 110 StatusCode halStatus;
111 auto val = mHal->get(request, &halStatus);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareMetrics.java 766 public static void addNanHalStatusToHistogram(int halStatus, SparseIntArray histogram) {
767 int protoStatus = convertNanStatusTypeToProtoEnum(halStatus);
    [all...]
  /hardware/ril/libril/
ril_service.cpp     [all...]

Completed in 291 milliseconds