Home | History | Annotate | Download | only in impl

Lines Matching refs:device

25     ALOGV("~ACameraCaptureSession: %p notify device end of life", this);
78 ALOGE("Error: Device associated with session %p has been closed!", this);
96 ALOGE("Error: Device associated with session %p has been closed!", this);
117 ALOGE("Error: Device associated with session %p has been closed!", this);
138 ALOGE("Error: Device associated with session %p has been closed!", this);
156 ALOGE("Error: Device associated with session %p has been closed!", this);
170 sp<CameraDevice> device = mDevice.promote();
171 if (device == nullptr || device->isClosed()) {
172 ALOGW("Device is closed but session %d is not notified", mId);
175 return device;