Searched refs:V2_5 (Results 1 – 14 of 14) sorted by relevance
27 using android::hardware::camera::provider::V2_5::ICameraProvider;31 using namespace android::hardware::camera::provider::V2_5::implementation; in main()
32 using android::hardware::camera::provider::V2_5::ICameraProvider;42 using namespace android::hardware::camera::provider::V2_5::implementation; in main()
30 namespace V2_5 {39 using ::android::hardware::camera::provider::V2_5::ICameraProvider;
30 namespace V2_5 {42 using ::android::hardware::camera::provider::V2_5::DeviceState;
28 namespace V2_5 {32 using ::android::hardware::camera::provider::V2_5::ICameraProvider;
27 namespace V2_5 { namespace
29 namespace V2_5 { namespace
272 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>
88 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 …]
38 using ::android::hardware::camera::provider::V2_5::DeviceState;
61 using ::android::hardware::camera::provider::V2_5::DeviceState;
38 using android::hardware::camera::provider::V2_5::DeviceState;99 struct TestICameraProvider : virtual public provider::V2_5::ICameraProvider {
588 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 …]
2172 using hardware::camera::provider::V2_5::DeviceState; in notifyDeviceStateChange()