Lines Matching refs:delegate_
114 delegate_ = delegate; in SetDelegate()
250 if (delegate_) in RemoteFeaturesCallback()
251 delegate_->OnGetRemoteFeatures(str_addr, static_cast<int32_t>(features)); in RemoteFeaturesCallback()
257 if (delegate_) delegate_->OnGetPlayStatus(str_addr); in GetPlayStatusCallback()
263 if (delegate_) delegate_->OnListPlayerAppAttr(str_addr); in ListPlayerAppAttrCallback()
270 if (delegate_) in ListPlayerAppValuesCallback()
271 delegate_->OnListPlayerAppValues(str_addr, static_cast<int32_t>(attr_id)); in ListPlayerAppValuesCallback()
285 if (delegate_) delegate_->OnGetPlayerAppValue(str_addr, attr_vec); in GetPlayerAppValueCallback()
299 if (delegate_) delegate_->OnGetPlayerAppAttrsText(str_addr, attr_vec); in GetPlayerAppAttrsTextCallback()
313 if (delegate_) in GetPlayerAppValuesTextCallback()
314 delegate_->OnGetPlayerAppValuesText(str_addr, attr_id, val_vec); in GetPlayerAppValuesTextCallback()
327 if (delegate_) delegate_->OnSetPlayerAppValue(str_addr, values); in SetPlayerAppValueCallback()
340 if (delegate_) delegate_->OnGetElementAttrs(str_addr, attr_vec); in GetElementAttrCallback()
348 if (delegate_) in RegisterNotificationCallback()
349 delegate_->OnRegisterNotification(str_addr, static_cast<int32_t>(event_id), in RegisterNotificationCallback()
357 if (delegate_) delegate_->OnVolumeChange(str_addr, volume, ctype); in VolumeChangeCallback()
364 if (delegate_) delegate_->OnPassThroughCommand(str_addr, id, key_state); in PassthroughCmdCallback()