OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hal3device
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp
169
status_t Camera3Stream::finishConfiguration(camera3_device *
hal3Device
) {
219
res = registerBuffersLocked(
hal3Device
);
673
status_t Camera3Stream::registerBuffersLocked(camera3_device *
hal3Device
) {
682
if (
hal3Device
->common.version >= CAMERA_DEVICE_API_VERSION_3_2) {
685
if (
hal3Device
->ops->register_stream_buffers != NULL) {
738
res =
hal3Device
->ops->register_stream_buffers(
hal3Device
,
Camera3Stream.h
181
status_t finishConfiguration(camera3_device *
hal3Device
);
461
status_t registerBuffersLocked(camera3_device *
hal3Device
);
Camera3StreamInterface.h
107
virtual status_t finishConfiguration(camera3_device *
hal3Device
) = 0;
Camera3Device.cpp
312
camera3_device_t *
hal3Device
;
320
hal3Device
= mHal3Device;
325
if (
hal3Device
!= NULL) {
327
hal3Device
->common.close(&
hal3Device
->common);
[
all
...]
Camera3Device.h
460
camera3_device_t *
hal3Device
,
[
all
...]
Completed in 489 milliseconds