Searched refs:isDirectChannelTypeSupported (Results 1 – 2 of 2) sorted by relevance
822 if (isDirectChannelTypeSupported(curSensor, memType)) { in queryDirectChannelSupport()825 if (isDirectChannelTypeSupported(curSensor, SharedMemType::ASHMEM) || in queryDirectChannelSupport()826 isDirectChannelTypeSupported(curSensor, SharedMemType::GRALLOC)) { in queryDirectChannelSupport()868 if (isDirectChannelTypeSupported(sensor, memType)) { in verifyConfigure()935 if (isDirectChannelTypeSupported(curSensor, SharedMemType::ASHMEM)) { in getDirectChannelSensor()940 } else if (isDirectChannelTypeSupported(curSensor, SharedMemType::GRALLOC)) { in getDirectChannelSensor()
494 if (!isDirectChannelTypeSupported(sensor, memType)) { in testDirectReportOperation()646 static bool isDirectChannelTypeSupported(SensorInfoType sensor, SharedMemType type) { in isDirectChannelTypeSupported() function