Searched refs:KEY_HAPTIC_CHANNEL_COUNT (Results 1 – 5 of 5) sorted by relevance
2554 return mFormat != null && mFormat.containsKey(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT) in hasHapticChannels()2555 && mFormat.getInteger(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT) > 0; in hasHapticChannels()2609 mFormat.setInteger(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT, in.readInt()); in TrackInfo()2643 mFormat.containsKey(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT); in writeToParcel()2646 dest.writeInt(mFormat.getInteger(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT)); in writeToParcel()
1484 public static final String KEY_HAPTIC_CHANNEL_COUNT = "haptic-channel-count"; field in MediaFormat
8702 if (format.containsKey(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT) in hasHapticChannelsImpl()8703 && format.getInteger(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT) > 0) { in hasHapticChannelsImpl()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
23661 field public static final String KEY_HAPTIC_CHANNEL_COUNT = "haptic-channel-count";