Home
last modified time | relevance | path

Searched refs:initDevice (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/batterysaver/
H A DBatterySaverStateMachineTest.java204 initDevice(); in setUp()
304 initDevice(); in testNoAutoBatterySaver()
311 initDevice(); in testNoAutoBatterySaver()
460 initDevice(); in testAutoBatterySaver()
530 initDevice(); in testAutoBatterySaver_withSticky_withAutoOffDisabled()
548 initDevice(); in testAutoBatterySaver_withSticky_withAutoOffDisabled()
691 initDevice(); in testAutoBatterySaver_withSticky_withAutoOffEnabled()
707 initDevice(); in testAutoBatterySaver_withSticky_withAutoOffEnabled()
721 initDevice(); in testAutoBatterySaver_withSticky_withAutoOffEnabled()
737 initDevice(); in testAutoBatterySaver_withSticky_withAutoOffEnabled()
[all …]
/aosp12/hardware/libhardware/modules/camera/3_0/
H A DExampleCamera.h37 int initDevice();
H A DCamera.h60 virtual int initDevice() = 0;
H A DExampleCamera.cpp181 int ExampleCamera::initDevice() in initDevice() function in default_camera_hal::ExampleCamera
H A DCamera.cpp136 res = initDevice(); in initialize()
/aosp12/hardware/libhardware/modules/usbcamera/
H A DUsbCamera.h39 int initDevice();
H A DCamera.h69 virtual int initDevice() = 0;
H A DUsbCamera.cpp225 int UsbCamera::initDevice() { in initDevice() function in usb_camera_hal::UsbCamera
H A DCamera.cpp191 res = initDevice(); in initialize()
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DHidlCameraDeviceUser.cpp57 mInitSuccess = initDevice(); in HidlCameraDeviceUser()
60 bool HidlCameraDeviceUser::initDevice() { in initDevice() function in android::frameworks::cameraservice::device::V2_1::implementation::HidlCameraDeviceUser
H A DHidlCameraDeviceUser.h117 bool initDevice();
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera.h67 int initDevice() override;
H A Dcamera.h73 virtual int initDevice() = 0;
H A Dv4l2_camera.cpp160 int V4L2Camera::initDevice() { in initDevice() function in v4l2_camera_hal::V4L2Camera
H A Dcamera.cpp162 res = initDevice(); in initialize()