Home | History | Annotate | Download | only in libcameraservice

Lines Matching defs:hardware

29 #include <hardware/hardware.h>
148 sp<CameraHardwareInterface> hardware = HAL_openCameraHardware(cameraId);
149 if (hardware == NULL) {
150 LOGE("Fail to open camera hardware (id=%d)", cameraId);
155 client = new Client(this, cameraClient, hardware, cameraId, info.facing,
230 // the hardware first.
297 const sp<CameraHardwareInterface>& hardware,
304 mHardware = hardware;
356 // set mClientPid to let disconnet() tear down the hardware
452 LOG1("camera is unlocked (mClientPid = %d), don't tear down hardware", mClientPid);
460 LOG1("hardware teardown");
467 // Release the hardware resources.
879 // hardware callback. This requires the callbacks only happen when the client
886 // stopping the hardware).