Searched refs:isDirectChannelTypeSupported (Results 1 – 2 of 2) sorted by relevance
841 if (isDirectChannelTypeSupported(curSensor, memType)) { in queryDirectChannelSupport()844 if (isDirectChannelTypeSupported(curSensor, SharedMemType::ASHMEM) || in queryDirectChannelSupport()845 isDirectChannelTypeSupported(curSensor, SharedMemType::GRALLOC)) { in queryDirectChannelSupport()891 if (isDirectChannelTypeSupported(sensor, memType)) { in verifyConfigure()958 if (isDirectChannelTypeSupported(curSensor, SharedMemType::ASHMEM)) { in getDirectChannelSensor()963 } else if (isDirectChannelTypeSupported(curSensor, SharedMemType::GRALLOC)) { in getDirectChannelSensor()
500 if (!isDirectChannelTypeSupported(sensor, memType)) { in testDirectReportOperation()652 static bool isDirectChannelTypeSupported(SensorInfoType sensor, SharedMemType type) { in isDirectChannelTypeSupported() function