Searched defs:halVersion (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | SensorDevice.cpp | 187 const int halVersion = getHalDeviceVersion(); in activate() local 243 const int halVersion = getHalDeviceVersion(); in batch() local 350 const int halVersion = getHalDeviceVersion(); in enableAllSensors() local
|
D | SensorService.cpp | 491 const int halVersion = device.getHalDeviceVersion(); in threadLoop() local 1197 const int halVersion = dev.getHalDeviceVersion(); in flushSensor() local
|
/frameworks/native/libs/gui/ |
D | Sensor.cpp | 44 Sensor::Sensor(struct sensor_t const* hwSensor, int halVersion) : in Sensor() 48 Sensor::Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion) { in Sensor()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | HwModule.h | 58 void setHalVersion(uint32_t halVersion) { mHalVersion = halVersion; } in setHalVersion()
|
/frameworks/av/camera/aidl/android/hardware/ |
D | ICameraService.aidl | 100 int halVersion, in connectLegacy()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraModule.cpp | 326 const char* id, uint32_t halVersion, struct hw_device_t** device) { in openLegacy()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | HwModule.cpp | 28 HwModule::HwModule(const char *name, uint32_t halVersion) in HwModule()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 821 int halVersion, const String16& clientPackageName, int clientUid, int clientPid, in connectHelper()
|
D | CameraService.cpp | 753 int halVersion, int deviceVersion, apiLevel effectiveApiLevel, in makeClient() 1278 int cameraId, int halVersion, in connectLegacy()
|
/frameworks/av/camera/ |
D | Camera.cpp | 80 status_t Camera::connectLegacy(int cameraId, int halVersion, in connectLegacy()
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 404 public static Camera openLegacy(int cameraId, int halVersion) { in openLegacy() 419 private Camera(int cameraId, int halVersion) { in Camera() 447 private int cameraInitVersion(int cameraId, int halVersion) { in cameraInitVersion() 531 private native final int native_setup(Object camera_this, int cameraId, int halVersion, in native_setup()
|
/frameworks/base/core/jni/ |
D | android_hardware_Camera.cpp | 529 jobject weak_this, jint cameraId, jint halVersion, jstring clientPackageName) in android_hardware_Camera_native_setup()
|