Lines Matching defs:TestAidlCameraDevice
260 struct TestAidlCameraDevice : public aidl::android::hardware::camera::device::BnCameraDevice { struct
261 ::ndk::ScopedAStatus getCameraCharacteristics( in getCameraCharacteristics()
265 ::ndk::ScopedAStatus getPhysicalCameraCharacteristics( in getPhysicalCameraCharacteristics()
270 ::ndk::ScopedAStatus getResourceCost( in getResourceCost()
276 ::ndk::ScopedAStatus isStreamCombinationSupported( in isStreamCombinationSupported()
281 open(const std::shared_ptr<::aidl::android::hardware::camera::device::ICameraDeviceCallback>&, in open()
286 ::ndk::ScopedAStatus openInjectionSession( in openInjectionSession()
293 ::ndk::ScopedAStatus setTorchMode(bool) override { return ndk::ScopedAStatus::ok(); } in setTorchMode()
294 ::ndk::ScopedAStatus turnOnTorchWithStrengthLevel(int32_t) override { in turnOnTorchWithStrengthLevel()
297 ::ndk::ScopedAStatus getTorchStrengthLevel(int32_t*) override { in getTorchStrengthLevel()
300 ::ndk::ScopedAStatus constructDefaultRequestSettings( in constructDefaultRequestSettings()
305 ::ndk::ScopedAStatus isStreamCombinationWithSettingsSupported( in isStreamCombinationWithSettingsSupported()
311 ::ndk::ScopedAStatus getSessionCharacteristics( in getSessionCharacteristics()