Lines Matching refs:delegate_
113 delegate_ = delegate; in SetDelegate()
249 if (delegate_) in RemoteFeaturesCallback()
250 delegate_->OnGetRemoteFeatures(str_addr, static_cast<int32_t>(features)); in RemoteFeaturesCallback()
256 if (delegate_) delegate_->OnGetPlayStatus(str_addr); in GetPlayStatusCallback()
262 if (delegate_) delegate_->OnListPlayerAppAttr(str_addr); in ListPlayerAppAttrCallback()
269 if (delegate_) in ListPlayerAppValuesCallback()
270 delegate_->OnListPlayerAppValues(str_addr, static_cast<int32_t>(attr_id)); in ListPlayerAppValuesCallback()
284 if (delegate_) delegate_->OnGetPlayerAppValue(str_addr, attr_vec); in GetPlayerAppValueCallback()
298 if (delegate_) delegate_->OnGetPlayerAppAttrsText(str_addr, attr_vec); in GetPlayerAppAttrsTextCallback()
312 if (delegate_) in GetPlayerAppValuesTextCallback()
313 delegate_->OnGetPlayerAppValuesText(str_addr, attr_id, val_vec); in GetPlayerAppValuesTextCallback()
326 if (delegate_) delegate_->OnSetPlayerAppValue(str_addr, values); in SetPlayerAppValueCallback()
339 if (delegate_) delegate_->OnGetElementAttrs(str_addr, attr_vec); in GetElementAttrCallback()
347 if (delegate_) in RegisterNotificationCallback()
348 delegate_->OnRegisterNotification(str_addr, static_cast<int32_t>(event_id), in RegisterNotificationCallback()
356 if (delegate_) delegate_->OnVolumeChange(str_addr, volume, ctype); in VolumeChangeCallback()
363 if (delegate_) delegate_->OnPassThroughCommand(str_addr, id, key_state); in PassthroughCmdCallback()