Searched refs:DataSchProcess (Results 1 – 2 of 2) sorted by relevance
166 static void *DataSchProcess(void *priv);
1086 void *PlayerControl::DataSchProcess(void *priv) in DataSchProcess() function in OHOS::Media::PlayerControl1160 ret = pthread_create(&schProcess_, nullptr, DataSchProcess, this); in DoPlay()