Home
last modified time | relevance | path

Searched refs:g_streamDispCmdHandle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_stream_dispatch.c1569 static struct StreamDispCmdHandleList g_streamDispCmdHandle[] = { variable
1599 uint32_t count = sizeof(g_streamDispCmdHandle) / sizeof(g_streamDispCmdHandle[0]); in StreamDispatch()
1602 …if ((cmdId == (int32_t)(g_streamDispCmdHandle[i].cmd)) && (g_streamDispCmdHandle[i].func != NULL))… in StreamDispatch()
1603 return g_streamDispCmdHandle[i].func(client, data, reply); in StreamDispatch()
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-yangfan-on_standard-demo.md276 unsigned int count = sizeof(g_streamDispCmdHandle) / sizeof(g_streamDispCmdHandle[0]);
278 … if ((cmdId == (int)(g_streamDispCmdHandle[i].cmd)) && (g_streamDispCmdHandle[i].func != NULL)) {
279 return g_streamDispCmdHandle[i].func(client, data, reply);
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-yangfan-on_standard-demo.md276 unsigned int count = sizeof(g_streamDispCmdHandle) / sizeof(g_streamDispCmdHandle[0]);
278 … if ((cmdId == (int)(g_streamDispCmdHandle[i].cmd)) && (g_streamDispCmdHandle[i].func != NULL)) {
279 return g_streamDispCmdHandle[i].func(client, data, reply);