Searched refs:g_sensorCmdHandle (Results 1 – 1 of 1) sorted by relevance
260 static struct SensorCmdHandleList g_sensorCmdHandle[] = { variable287 count = sizeof(g_sensorCmdHandle) / sizeof(g_sensorCmdHandle[0]); in DispatchCmdHandle()289 if ((opsCmd == g_sensorCmdHandle[loop].cmd) && (g_sensorCmdHandle[loop].func != NULL)) { in DispatchCmdHandle()290 return g_sensorCmdHandle[loop].func(deviceInfo, data, reply); in DispatchCmdHandle()