Lines Matching refs:status_t
51 status_t SetCallback(const HwlCameraProviderCallback& callback) override;
52 status_t TriggerDeferredCallbacks() override;
54 status_t GetVendorTags(
57 status_t GetVisibleCameraIds(std::vector<std::uint32_t>* camera_ids) override;
63 status_t GetConcurrentStreamingCameraIds(
66 status_t IsConcurrentStreamCombinationSupported(
69 status_t CreateCameraDeviceHwl(
73 status_t CreateBufferAllocatorHwl(std::unique_ptr<CameraBufferAllocatorHwl>*
76 status_t NotifyDeviceStateChange(DeviceState device_state) override;
80 status_t Initialize();
82 status_t GetTagFromName(const char* name, uint32_t* tag);
83 status_t WaitForQemuSfFakeCameraPropertyAvailable();