Searched refs:isDirectChannelTypeSupported (Results 1 – 7 of 7) sorted by relevance
201 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()
167 || !s.isDirectChannelTypeSupported(mMem.type)) { in configureChannel()
96 bool isDirectChannelTypeSupported(int32_t sharedMemType) const;
875 public boolean isDirectChannelTypeSupported(@SensorDirectChannel.MemoryType int sharedMemType) { in isDirectChannelTypeSupported() method in Sensor
347 return static_cast<Sensor const *>(sensor)->isDirectChannelTypeSupported(channelType); in ASensor_isDirectChannelTypeSupported()
451 bool Sensor::isDirectChannelTypeSupported(int32_t sharedMemType) const { in isDirectChannelTypeSupported() function in android::Sensor
17512 method public boolean isDirectChannelTypeSupported(int);