Searched refs:onOpened (Results 1 – 5 of 5) sorted by relevance
40 virtual void onOpened(std::unique_ptr<HdrPlusClient> client) = 0;
48 void onOpened(std::unique_ptr<HdrPlusClient> client) override;
45 void QCamera3HdrPlusListenerThread::onOpened(std::unique_ptr<HdrPlusClient> client) in onOpened() function in qcamera::QCamera3HdrPlusListenerThread185 mListener->onOpened(std::move(client)); in handlePendingClient()
909 void onOpened(std::unique_ptr<HdrPlusClient> client) override;
16173 void QCamera3HardwareInterface::onOpened(std::unique_ptr<HdrPlusClient> client) in onOpened() function in qcamera::QCamera3HardwareInterface