Home
last modified time | relevance | path

Searched refs:GetFreeDataSourceID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_impl.h97 int32_t GetFreeDataSourceID(int32_t &sourceId, uint32_t &freeIndex);
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp183 int32_t RecorderImpl::GetFreeDataSourceID(int32_t &sourceId, uint32_t &freeIndex) in GetFreeDataSourceID() function in OHOS::Media::RecorderImpl
557 int32_t ret = GetFreeDataSourceID(sourceId, freeIndex); in SetDataSource()