Searched refs:notifyActive (Results 1 – 6 of 6) sorted by relevance
43 virtual status_t notifyActive() = 0; // May return an error since it checks appops
71 virtual status_t notifyActive(); // Returns errors on app ops permission failures
261 status_t Camera2ClientBase<TClientBase>::notifyActive() { in notifyActive() function in android::Camera2ClientBase
92 status_t notifyActive() override;
278 status_t CameraOfflineSessionClient::notifyActive() { in notifyActive() function in android::CameraOfflineSessionClient
2236 res = listener->notifyActive(); in notifyStatus()