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

  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DevicesFactory.impl.h 68 int halStatus = loadAudioInterface(moduleName, &halDevice);
69 if (halStatus == OK) {
72 } else if (halStatus == -EINVAL) {
ParametersUtil.impl.h 157 int halStatus = halSetParameters(param.toString().string());
158 return util::analyzeStatus(halStatus);
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 198 int halStatus = newStatus ?
202 halStatus);
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.cpp 184 int halStatus = newStatus ? CAMERA_DEVICE_STATUS_PRESENT
187 halStatus);
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
VehicleEmulator.cpp 110 StatusCode halStatus;
111 auto val = mHal->get(request, &halStatus);
  /hardware/nxp/nfc/halimpl/hal/
phNxpNciHal.h 88 phNxpNci_HalStatus halStatus; /* Indicate if hal is open or closed */

Completed in 5744 milliseconds