Searched refs:SensorDirectChannel (Results 1 – 11 of 11) sorted by relevance
833 @SensorDirectChannel.RateLevel836 return rateLevel <= SensorDirectChannel.RATE_VERY_FAST in getHighestDirectReportRateLevel()837 ? rateLevel : SensorDirectChannel.RATE_VERY_FAST; in getHighestDirectReportRateLevel()848 public boolean isDirectChannelTypeSupported(@SensorDirectChannel.MemoryType int sharedMemType) { in isDirectChannelTypeSupported()850 case SensorDirectChannel.TYPE_MEMORY_FILE: in isDirectChannelTypeSupported()852 case SensorDirectChannel.TYPE_HARDWARE_BUFFER: in isDirectChannelTypeSupported()
526 SensorDirectChannel channel, Sensor sensor, int rate) { in configureDirectChannelImpl()531 if (rate < SensorDirectChannel.RATE_STOP in configureDirectChannelImpl()532 || rate > SensorDirectChannel.RATE_VERY_FAST) { in configureDirectChannelImpl()536 if (sensor == null && rate != SensorDirectChannel.RATE_STOP) { in configureDirectChannelImpl()547 if (rate == SensorDirectChannel.RATE_STOP) { in configureDirectChannelImpl()555 protected SensorDirectChannel createDirectChannelImpl( in createDirectChannelImpl()576 mNativeInstance, size, SensorDirectChannel.TYPE_MEMORY_FILE, fd, null); in createDirectChannelImpl()581 type = SensorDirectChannel.TYPE_MEMORY_FILE; in createDirectChannelImpl()600 mNativeInstance, size, SensorDirectChannel.TYPE_HARDWARE_BUFFER, in createDirectChannelImpl()606 type = SensorDirectChannel.TYPE_HARDWARE_BUFFER; in createDirectChannelImpl()[all …]
37 public final class SensorDirectChannel implements Channel { class193 SensorDirectChannel(SensorManager manager, int id, int type, long size) { in SensorDirectChannel() method in SensorDirectChannel
907 public SensorDirectChannel createDirectChannel(MemoryFile mem) { in createDirectChannel()930 public SensorDirectChannel createDirectChannel(HardwareBuffer mem) { in createDirectChannel()935 protected abstract SensorDirectChannel createDirectChannelImpl( in createDirectChannelImpl()939 void destroyDirectChannel(SensorDirectChannel channel) { in destroyDirectChannel()944 protected abstract void destroyDirectChannelImpl(SensorDirectChannel channel); in destroyDirectChannelImpl()948 public int configureDirectChannel(SensorDirectChannel channel, Sensor sensor, int rateLevel) { in configureDirectChannel()954 SensorDirectChannel channel, Sensor s, int rate); in configureDirectChannelImpl()
22 import android.hardware.SensorDirectChannel;86 protected SensorDirectChannel createDirectChannelImpl(MemoryFile memoryFile, in createDirectChannelImpl()92 protected void destroyDirectChannelImpl(SensorDirectChannel channel) { in destroyDirectChannelImpl()97 protected int configureDirectChannelImpl(SensorDirectChannel channel, Sensor s, int rate) { in configureDirectChannelImpl()
23 import android.hardware.SensorDirectChannel;134 protected SensorDirectChannel createDirectChannelImpl(MemoryFile memoryFile, in createDirectChannelImpl()140 protected void destroyDirectChannelImpl(SensorDirectChannel channel) { in destroyDirectChannelImpl()145 protected int configureDirectChannelImpl(SensorDirectChannel channel, Sensor s, int rate) { in configureDirectChannelImpl()
145 Landroid/hardware/SensorDirectChannel;->isValid()Z146 Landroid/hardware/SensorManager;->configureDirectChannel(Landroid/hardware/SensorDirectChannel;Land…
14733 Landroid/hardware/SensorDirectChannel;14734 Landroid/hardware/SensorDirectChannel;->close()V14735 Landroid/hardware/SensorDirectChannel;->configure(Landroid/hardware/Sensor;I)I14736 Landroid/hardware/SensorDirectChannel;->finalize()V14737 Landroid/hardware/SensorDirectChannel;->isOpen()Z14738 Landroid/hardware/SensorDirectChannel;->RATE_FAST:I14739 Landroid/hardware/SensorDirectChannel;->RATE_NORMAL:I14740 Landroid/hardware/SensorDirectChannel;->RATE_STOP:I14741 Landroid/hardware/SensorDirectChannel;->RATE_VERY_FAST:I14742 Landroid/hardware/SensorDirectChannel;->TYPE_HARDWARE_BUFFER:I[all …]
21336 …dware/SensorManager;->configureDirectChannelImpl(Landroid/hardware/SensorDirectChannel;Landroid/ha…21337 …mpl(Landroid/os/MemoryFile;Landroid/hardware/HardwareBuffer;)Landroid/hardware/SensorDirectChannel;21338 HSPLandroid/hardware/SensorManager;->destroyDirectChannelImpl(Landroid/hardware/SensorDirectChannel…
269 public final class SensorDirectChannel implements java.nio.channels.Channel {274 …method public deprecated int configureDirectChannel(android.hardware.SensorDirectChannel, android.…
15620 public final class SensorDirectChannel implements java.nio.channels.Channel {15663 method public android.hardware.SensorDirectChannel createDirectChannel(android.os.MemoryFile);15664 …method public android.hardware.SensorDirectChannel createDirectChannel(android.hardware.HardwareBu…