Home
last modified time | relevance | path

Searched refs:MAJOR_VERSION (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DDeviceHalHidl.cpp39 #if MAJOR_VERSION == 7 && MINOR_VERSION == 1
66 #if MAJOR_VERSION == 7 && MINOR_VERSION == 1
81 #if MAJOR_VERSION <= 6 || (MAJOR_VERSION == 7 && MINOR_VERSION == 0) in DeviceHalHidl()
86 #if MAJOR_VERSION == 7 && MINOR_VERSION == 1 in DeviceHalHidl()
99 #if MAJOR_VERSION <= 5 in ~DeviceHalHidl()
102 #elif MAJOR_VERSION >= 6 in ~DeviceHalHidl()
276 #if !(MAJOR_VERSION == 7 && MINOR_VERSION == 1) in openOutputStream()
290 #if MAJOR_VERSION == 7 && MINOR_VERSION == 1 in openOutputStream()
296 #if MAJOR_VERSION >= 4 in openOutputStream()
338 #if MAJOR_VERSION <= 5 in openInputStream()
[all …]
DDevicesFactoryHalHidl.cpp84 #if MAJOR_VERSION == 2
102 #elif MAJOR_VERSION >= 4
125 #if MAJOR_VERSION == 7 && MINOR_VERSION == 1 in openDevice()
138 #if MAJOR_VERSION == 7 && MINOR_VERSION == 1 in openDevice()
213 return AudioHalVersionInfo(AudioHalVersionInfo::Type::HIDL, MAJOR_VERSION, MINOR_VERSION); in getHalVersion()
DStreamHalHidl.cpp29 #if MAJOR_VERSION >= 4
90 #if MAJOR_VERSION <= 6 in getAudioProperties()
216 #if MAJOR_VERSION >= 4 in createMmapBuffer()
387 #if MAJOR_VERSION >= 6 in ~StreamOutHalHidl()
428 #if MAJOR_VERSION == 2
439 #elif MAJOR_VERSION >= 4
554 #if MAJOR_VERSION <= 6 in prepareForWriting()
580 #if MAJOR_VERSION >= 7 in prepareForWriting()
732 #if MAJOR_VERSION == 2
738 #elif MAJOR_VERSION >= 4
[all …]
DParameterUtils.h31 #if MAJOR_VERSION == 2
43 #elif MAJOR_VERSION >= 4
DEffectsFactoryHalHidl.cpp170 #if MAJOR_VERSION >= 6 in createEffect()
231 return AudioHalVersionInfo(AudioHalVersionInfo::Type::HIDL, MAJOR_VERSION, MINOR_VERSION); in getHalVersion()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DHeader.java34 public static final int MAJOR_VERSION = 0; field in Header
107 buffer.writeInt(MAJOR_VERSION); // major version number of the protocol in apply()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsProto.java523 case (int) IntervalStatsProto.MAJOR_VERSION: in read()
525 IntervalStatsProto.MAJOR_VERSION); in read()
594 proto.write(IntervalStatsProto.MAJOR_VERSION, stats.majorVersion); in write()
DUsageStatsProtoV2.java470 case (int) IntervalStatsObfuscatedProto.MAJOR_VERSION: in read()
471 stats.majorVersion = proto.readInt(IntervalStatsObfuscatedProto.MAJOR_VERSION); in read()
555 proto.write(IntervalStatsObfuscatedProto.MAJOR_VERSION, stats.majorVersion); in write()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryProtoHelper.java330 proto.write(NotificationHistoryProto.MAJOR_VERSION, version); in write()