Home
last modified time | relevance | path

Searched refs:isDirectChannelTypeSupported (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/services/sensorservice/
H A DSensorList.cpp201 if (s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_ASHMEM)) { in dump()
204 if (s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_GRALLOC)) { in dump()
261 proto->write(ASHMEM, s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_ASHMEM)); in dump()
262 proto->write(GRALLOC, s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_GRALLOC)); in dump()
H A DSensorDirectConnection.cpp167 || !s.isDirectChannelTypeSupported(mMem.type)) { in configureChannel()
/aosp12/hardware/interfaces/sensors/common/vts/2_X/
H A DVtsHalSensorsV2_XTargetTest.h841 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()
/aosp12/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h96 bool isDirectChannelTypeSupported(int32_t sharedMemType) const;
/aosp12/frameworks/base/core/java/android/hardware/
H A DSensor.java875 public boolean isDirectChannelTypeSupported(@SensorDirectChannel.MemoryType int sharedMemType) { in isDirectChannelTypeSupported() method in Sensor
/aosp12/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
H A DSensorsHidlTestBase.h500 if (!isDirectChannelTypeSupported(sensor, memType)) { in testDirectReportOperation()
652 static bool isDirectChannelTypeSupported(SensorInfoType sensor, SharedMemType type) { in isDirectChannelTypeSupported() function
/aosp12/frameworks/base/native/android/
H A Dsensor.cpp347 return static_cast<Sensor const *>(sensor)->isDirectChannelTypeSupported(channelType); in ASensor_isDirectChannelTypeSupported()
/aosp12/frameworks/native/libs/sensor/
H A DSensor.cpp451 bool Sensor::isDirectChannelTypeSupported(int32_t sharedMemType) const { in isDirectChannelTypeSupported() function in android::Sensor
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt17519 method public boolean isDirectChannelTypeSupported(int);