Searched refs:onOpened (Results 1 – 10 of 10) sorted by relevance
31 void onOpened(Reason reason); in onOpened() method
37 void onOpened(android.hardware.bluetooth.ranging.Reason reason); in onOpened() method
40 virtual void onOpened(std::unique_ptr<HdrPlusClient> client) = 0;
25 callback_->onOpened(reason); in BluetoothChannelSoundingSession()
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()
912 void onOpened(std::unique_ptr<HdrPlusClient> client) override;
16273 void QCamera3HardwareInterface::onOpened(std::unique_ptr<HdrPlusClient> client) in onOpened() function in qcamera::QCamera3HardwareInterface
49 ScopedAStatus onOpened(Reason reason) override;56 ScopedAStatus BluetoothChannelSoundingSessionCallback::onOpened( in onOpened() function in BluetoothChannelSoundingSessionCallback