Searched refs:setNotifyCallback (Results 1 – 8 of 8) sorted by relevance
154 p->setNotifyCallback(listener); in createPlayer()
804 p->setNotifyCallback(0); in disconnect()
315 virtual status_t setNotifyCallback(wp<NotificationListener> listener) = 0;
122 res = mDevice->setNotifyCallback(weakThis); in initializeImpl()
280 void setNotifyCallback( in setNotifyCallback() function
175 status_t setNotifyCallback(wp<NotificationListener> listener) override;
1955 status_t Camera3Device::setNotifyCallback(wp<NotificationListener> listener) { in setNotifyCallback() function in android::Camera3Device