Home
last modified time | relevance | path

Searched refs:V2_5 (Results 1 – 14 of 14) sorted by relevance

/aosp12/hardware/interfaces/camera/provider/2.5/default/
H A Dexternal-service.cpp27 using android::hardware::camera::provider::V2_5::ICameraProvider;
31 using namespace android::hardware::camera::provider::V2_5::implementation; in main()
H A Dservice.cpp32 using android::hardware::camera::provider::V2_5::ICameraProvider;
42 using namespace android::hardware::camera::provider::V2_5::implementation; in main()
H A DExternalCameraProviderImpl_2_5.h30 namespace V2_5 {
39 using ::android::hardware::camera::provider::V2_5::ICameraProvider;
H A DLegacyCameraProviderImpl_2_5.h30 namespace V2_5 {
42 using ::android::hardware::camera::provider::V2_5::DeviceState;
H A DCameraProvider_2_5.h28 namespace V2_5 {
32 using ::android::hardware::camera::provider::V2_5::ICameraProvider;
H A DExternalCameraProviderImpl_2_5.cpp27 namespace V2_5 { namespace
H A DLegacyCameraProviderImpl_2_5.cpp29 namespace V2_5 { namespace
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h272 android::hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState> newState);
338 android::hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState> mDeviceState;
373 hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState> mDeviceState;
385 hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState>
436 hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState>
447 hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState>
503 hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState> in notifyDeviceStateChange()
566 hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState>
H A DCameraProviderManager.cpp88 mDeviceState = static_cast<hardware::hidl_bitfield<provider::V2_5::DeviceState>>( in initialize()
89 provider::V2_5::DeviceState::NORMAL); in initialize()
355 hardware::hidl_bitfield<provider::V2_5::DeviceState> newState) { in notifyDeviceStateChange()
1364 hardware::hidl_bitfield<provider::V2_5::DeviceState> currentDeviceState) { in initialize()
1387 provider::V2_5::ICameraProvider::castFrom(interface); in initialize()
1388 sp<provider::V2_5::ICameraProvider> interface2_5 = nullptr; in initialize()
1580 auto castResult = provider::V2_5::ICameraProvider::castFrom(interface); in startProviderInterface()
1582 sp<provider::V2_5::ICameraProvider> interface_2_5 = castResult; in startProviderInterface()
2045 hardware::hidl_bitfield<provider::V2_5::DeviceState> newDeviceState) { in notifyDeviceInfoStateChangeLocked()
2053 hardware::hidl_bitfield<provider::V2_5::DeviceState> newDeviceState) { in notifyDeviceStateChange()
[all …]
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_provider.h38 using ::android::hardware::camera::provider::V2_5::DeviceState;
H A Dhidl_utils.h61 using ::android::hardware::camera::provider::V2_5::DeviceState;
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp38 using android::hardware::camera::provider::V2_5::DeviceState;
99 struct TestICameraProvider : virtual public provider::V2_5::ICameraProvider {
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp588 notifyDeviceState(provider::V2_5::DeviceState::NORMAL); in SetUp()
735 void notifyDeviceState(::android::hardware::camera::provider::V2_5::DeviceState newState);
767 sp<provider::V2_5::ICameraProvider>* provider2_5 /*out*/,
1075 sp<::android::hardware::camera::provider::V2_5::ICameraProvider> mProvider2_5;
5902 notifyDeviceState(provider::V2_5::DeviceState::BACK_COVERED); in TEST_P()
5903 notifyDeviceState(provider::V2_5::DeviceState::NORMAL); in TEST_P()
7521 sp<provider::V2_5::ICameraProvider>* provider2_5 /*out*/, in castProvider()
7525 auto castResult2_5 = provider::V2_5::ICameraProvider::castFrom(provider); in castProvider()
8038 uint64_t maxPublicState = ((uint64_t) provider::V2_5::DeviceState::FOLDED) << 1; in verifyCameraCharacteristics()
8523 void CameraHidlTest::notifyDeviceState(provider::V2_5::DeviceState newState) { in notifyDeviceState()
[all …]
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2172 using hardware::camera::provider::V2_5::DeviceState; in notifyDeviceStateChange()