Searched refs:AVSession_Type (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_session/interfaces/kits/c/ |
H A D | native_avsession.h | 77 } AVSession_Type; typedef 339 AVSession_ErrCode OH_AVSession_Create(AVSession_Type sessionType, const char* sessionTag, 390 AVSession_ErrCode OH_AVSession_GetSessionType(OH_AVSession* avsession, AVSession_Type* sessionType);
|
/foundation/multimedia/av_session/frameworks/native/ohavsession/include/ |
H A D | OHAVSession.h | 33 OHAVSession(AVSession_Type sessionType, const char* sessionTag, 73 std::unordered_map<std::string, AVSession_Type> avsessionTypes = {
|
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/ |
H A D | OHAVSession.cpp | 29 OHAVSession::OHAVSession(AVSession_Type sessionType, const char* sessionTag, in OHAVSession() 337 AVSession_ErrCode OH_AVSession_Create(AVSession_Type sessionType, const char* sessionTag, in OH_AVSession_Create() 396 AVSession_ErrCode OH_AVSession_GetSessionType(OH_AVSession* avsession, AVSession_Type* sessionType) in OH_AVSession_GetSessionType()
|
/foundation/multimedia/av_session/frameworks/native/ohavsession/test/unittest/ |
H A D | oh_av_session_test.cpp | 130 AVSession_Type sessionType; in HWTEST()
|
Completed in 5 milliseconds