Searched refs:setNotifyCallback (Results 1 – 8 of 8) sorted by relevance
154 p->setNotifyCallback(listener); in createPlayer()
821 p->setNotifyCallback(0); in disconnect()
282 void setNotifyCallback( in setNotifyCallback() function
337 virtual status_t setNotifyCallback(wp<NotificationListener> listener) = 0;
160 res = mDevice->setNotifyCallback(weakThis); in initializeImpl()
210 status_t setNotifyCallback(wp<NotificationListener> listener) override;
1677 status_t Camera3Device::setNotifyCallback(wp<NotificationListener> listener) { in setNotifyCallback() function in android::Camera3Device