Lines Matching refs:avsession

340     const char* bundleName, const char* abilityName, OH_AVSession** avsession);
351 AVSession_ErrCode OH_AVSession_Destroy(OH_AVSession* avsession);
363 AVSession_ErrCode OH_AVSession_Activate(OH_AVSession* avsession);
375 AVSession_ErrCode OH_AVSession_Deactivate(OH_AVSession* avsession);
390 AVSession_ErrCode OH_AVSession_GetSessionType(OH_AVSession* avsession, AVSession_Type* sessionType);
404 AVSession_ErrCode OH_AVSession_GetSessionId(OH_AVSession* avsession, const char** sessionId);
419 AVSession_ErrCode OH_AVSession_SetAVMetadata(OH_AVSession* avsession, OH_AVMetadata* avmetadata);
434 AVSession_ErrCode OH_AVSession_SetPlaybackState(OH_AVSession* avsession,
450 AVSession_ErrCode OH_AVSession_SetPlaybackPosition(OH_AVSession* avsession,
464 AVSession_ErrCode OH_AVSession_SetFavorite(OH_AVSession* avsession, bool favorite);
479 AVSession_ErrCode OH_AVSession_SetLoopMode(OH_AVSession* avsession, AVSession_LoopMode loopMode);
497 AVSession_ErrCode OH_AVSession_RegisterCommandCallback(OH_AVSession* avsession,
515 AVSession_ErrCode OH_AVSession_UnregisterCommandCallback(OH_AVSession* avsession,
532 AVSession_ErrCode OH_AVSession_RegisterForwardCallback(OH_AVSession* avsession,
548 AVSession_ErrCode OH_AVSession_UnregisterForwardCallback(OH_AVSession* avsession,
565 AVSession_ErrCode OH_AVSession_RegisterRewindCallback(OH_AVSession* avsession,
581 AVSession_ErrCode OH_AVSession_UnregisterRewindCallback(OH_AVSession* avsession,
598 AVSession_ErrCode OH_AVSession_RegisterSeekCallback(OH_AVSession* avsession,
614 AVSession_ErrCode OH_AVSession_UnregisterSeekCallback(OH_AVSession* avsession,
631 AVSession_ErrCode OH_AVSession_RegisterSetLoopModeCallback(OH_AVSession* avsession,
647 AVSession_ErrCode OH_AVSession_UnregisterSetLoopModeCallback(OH_AVSession* avsession,
664 AVSession_ErrCode OH_AVSession_RegisterToggleFavoriteCallback(OH_AVSession* avsession,
680 AVSession_ErrCode OH_AVSession_UnregisterToggleFavoriteCallback(OH_AVSession* avsession,