Searched refs:KEY_HAPTIC_CHANNEL_COUNT (Results 1 – 5 of 5) sorted by relevance
2555 return mFormat != null && mFormat.containsKey(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT) in hasHapticChannels()2556 && mFormat.getInteger(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT) > 0; in hasHapticChannels()2610 mFormat.setInteger(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT, in.readInt()); in TrackInfo()2644 mFormat.containsKey(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT); in writeToParcel()2647 dest.writeInt(mFormat.getInteger(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT)); in writeToParcel()
1426 public static final String KEY_HAPTIC_CHANNEL_COUNT = "haptic-channel-count"; field in MediaFormat
8374 if (format.containsKey(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT) in hasHapticChannelsImpl()8375 && format.getInteger(MediaFormat.KEY_HAPTIC_CHANNEL_COUNT) > 0) { in hasHapticChannelsImpl()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
23600 field public static final String KEY_HAPTIC_CHANNEL_COUNT = "haptic-channel-count";