Searched refs:g_sensorListsLength (Results 1 – 2 of 2) sorted by relevance
26 static int32_t g_sensorListsLength; variable42 int32_t ret = g_sensorDevice->GetAllSensors(&g_sensorLists, &g_sensorListsLength); in InitSensorList()129 if ((g_sensorLists == NULL) || (g_sensorListsLength <= 0)) { in GetAllSensorsImpl()137 *count = g_sensorListsLength; in GetAllSensorsImpl()
26 static int32_t g_sensorListsLength; variable331 g_sensorListsLength = owner.count; in InitSensorList()349 *count = g_sensorListsLength; in GetAllSensorsByProxy()422 if ((g_sensorLists == NULL) || (g_sensorListsLength == 0)) { in CheckSensorTypeId()426 for (int32_t i = 0; i < g_sensorListsLength; i++) { in CheckSensorTypeId()