Searched refs:isDirectChannelTypeSupported (Results 1 – 7 of 7) sorted by relevance
193 if (s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_ASHMEM)) { in dump()196 if (s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_GRALLOC)) { in dump()
119 || !s.isDirectChannelTypeSupported(mMem.type)) { in configureChannel()
96 bool isDirectChannelTypeSupported(int32_t sharedMemType) const;
855 public boolean isDirectChannelTypeSupported(@SensorDirectChannel.MemoryType int sharedMemType) { in isDirectChannelTypeSupported() method in Sensor
347 return static_cast<Sensor const *>(sensor)->isDirectChannelTypeSupported(channelType); in ASensor_isDirectChannelTypeSupported()
443 bool Sensor::isDirectChannelTypeSupported(int32_t sharedMemType) const { in isDirectChannelTypeSupported() function in android::Sensor
16337 method public boolean isDirectChannelTypeSupported(int);