Searched refs:isDirectChannelTypeSupported (Results 1 – 8 of 8) sorted by relevance
217 if (s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_ASHMEM)) { in dump()220 if (s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_GRALLOC)) { in dump()277 proto->write(ASHMEM, s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_ASHMEM)); in dump()278 proto->write(GRALLOC, s.isDirectChannelTypeSupported(SENSOR_DIRECT_MEM_TYPE_GRALLOC)); in dump()
166 || !s.isDirectChannelTypeSupported(mMem.type)) { in configureChannel()
96 bool isDirectChannelTypeSupported(int32_t sharedMemType) const;
982 public boolean isDirectChannelTypeSupported(@SensorDirectChannel.MemoryType int sharedMemType) { in isDirectChannelTypeSupported() method in Sensor
357 return static_cast<Sensor const *>(sensor)->isDirectChannelTypeSupported(channelType); in ASensor_isDirectChannelTypeSupported()
471 bool Sensor::isDirectChannelTypeSupported(int32_t sharedMemType) const { in isDirectChannelTypeSupported() function in android::Sensor
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18604 method public boolean isDirectChannelTypeSupported(int);