Home | History | Annotate | Download | only in impl

Lines Matching defs: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);
154 ALOGE("Error: Device associated with session %p has been closed!", this);
173 ALOGE("Error: Device associated with session %p has been closed!", this);
187 sp<CameraDevice> device = mDevice.promote();
188 if (device == nullptr || device->isClosed()) {
189 ALOGW("Device is closed but session %d is not notified", mId);
192 return device;