Searched refs:setNotifyCallback (Results 1 – 8 of 8) sorted by relevance
154 p->setNotifyCallback(listener); in createPlayer()
616 p->setNotifyCallback(0); in disconnect()
292 virtual status_t setNotifyCallback(wp<NotificationListener> listener) = 0;
114 res = mDevice->setNotifyCallback(weakThis); in initializeImpl()
275 void setNotifyCallback( in setNotifyCallback() function
148 status_t setNotifyCallback(wp<NotificationListener> listener) override;
2268 status_t Camera3Device::setNotifyCallback(wp<NotificationListener> listener) { in setNotifyCallback() function in android::Camera3Device