Searched refs:isDirectChannelTypeSupported (Results 1 – 8 of 8) sorted by relevance
187 if (s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_ASHMEM)) { in dump()190 if (s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_GRALLOC)) { in dump()
109 || !s.isDirectChannelTypeSupported(mMem.type)) { in configureChannel()
95 bool isDirectChannelTypeSupported(int32_t sharedMemType) const;
846 public boolean isDirectChannelTypeSupported(@SensorDirectChannel.MemoryType int sharedMemType) { in isDirectChannelTypeSupported() method in Sensor
338 return static_cast<Sensor const *>(sensor)->isDirectChannelTypeSupported(channelType); in ASensor_isDirectChannelTypeSupported()
423 bool Sensor::isDirectChannelTypeSupported(int32_t sharedMemType) const { in isDirectChannelTypeSupported() function in android::Sensor
14756 method public boolean isDirectChannelTypeSupported(int);
15538 method public boolean isDirectChannelTypeSupported(int);