/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | StreamManager.cpp | 56 StreamMap::StreamMap(int32_t streams) { in StreamMap() argument 57 ALOGV("%s(%d)", __func__, streams); in StreamMap() 58 if (streams > kMaxStreams) { in StreamMap() 60 streams = kMaxStreams; in StreamMap() 61 } else if (streams < 1) { in StreamMap() 62 ALOGW("%s: requested %d streams, clamping to 1", __func__, streams); in StreamMap() 63 streams = 1; in StreamMap() 65 mStreamPoolSize = streams * 2; in StreamMap() 111 : StreamMap(streams) in StreamManager() 117 , mLockStreamManagerStop(streams == 1 || kForceLockStreamManagerStop) [all …]
|
H A D | StreamManager.h | 291 explicit StreamMap(int32_t streams); 390 StreamManager(int32_t streams, size_t threads, const audio_attributes_t& attributes,
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/ |
H A D | MultiResolutionImageReader.java | 135 @NonNull Collection<MultiResolutionStreamInfo> streams, in MultiResolutionImageReader() 141 if (streams == null || streams.size() <= 1) { in MultiResolutionImageReader() 155 int numImageReaders = streams.size(); in MultiResolutionImageReader() 159 for (MultiResolutionStreamInfo streamInfo : streams) { in MultiResolutionImageReader()
|
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/nl80211/ |
H A D | DeviceWiphyCapabilities.java | 188 public void setMaxNumberTxSpatialStreams(int streams) { in setMaxNumberTxSpatialStreams() argument 189 mMaxNumberTxSpatialStreams = streams; in setMaxNumberTxSpatialStreams() 208 public void setMaxNumberRxSpatialStreams(int streams) { in setMaxNumberRxSpatialStreams() argument 209 mMaxNumberRxSpatialStreams = streams; in setMaxNumberRxSpatialStreams()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | AudioManagerInternal.java | 86 int getRingerModeAffectedStreams(int streams); in getRingerModeAffectedStreams() argument
|
/aosp14/frameworks/base/tests/AccessoryDisplay/ |
H A D | README | 36 an encoder and streams the output to the sink over USB. Then
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 12278 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM, Uri.class); in fixUris() local 12279 if (streams != null) { in fixUris() 12281 for (int i = 0; i < streams.size(); i++) { in fixUris() 12282 newStreams.add(maybeAddUserId(streams.get(i), contentUserHint)); in fixUris() 12371 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM, Uri.class); in migrateExtraStreamToClipData() local 12375 if (streams != null) { in migrateExtraStreamToClipData() 12376 num = streams.size(); in migrateExtraStreamToClipData() 12395 makeClipItem(streams, texts, htmlTexts, 0)); in migrateExtraStreamToClipData() 12398 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i)); in migrateExtraStreamToClipData() 12402 if (streams != null) { in migrateExtraStreamToClipData() [all …]
|
/aosp14/frameworks/base/core/proto/android/providers/settings/ |
H A D | system.proto | 252 // Determines which streams are affected by ringer mode changes. The stream 256 // Which streams are affected by mute. The stream type's bit should be set
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeHelper.java | 1501 public int getRingerModeAffectedStreams(int streams) { in getRingerModeAffectedStreams() argument 1504 streams |= (1 << AudioSystem.STREAM_RING) | in getRingerModeAffectedStreams() 1511 streams |= (1 << AudioSystem.STREAM_ALARM) | in getRingerModeAffectedStreams() 1515 streams &= ~((1 << AudioSystem.STREAM_ALARM) | in getRingerModeAffectedStreams() 1520 return streams; in getRingerModeAffectedStreams()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 1175 for (int s = 0; s < streams.length; s++) { in AudioService() 1180 + streams[s]); in AudioService() 1183 MAX_STREAM_VOLUME[streams[s]] = maxVol; in AudioService() 1192 + MAX_STREAM_VOLUME[streams[s]]); in AudioService() 2162 streams[i] = in createStreamStates() 11175 pw.print(Integer.toHexString(streams)); in dumpRingerModeStreams() 11176 if (streams != 0) { in dumpRingerModeStreams() 11181 if ((streams & stream) != 0) { in dumpRingerModeStreams() 11184 streams &= ~stream; in dumpRingerModeStreams() 11188 if (streams != 0) { in dumpRingerModeStreams() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivity.java | 1028 final ArrayList<Uri> streams = targetIntent.getParcelableArrayListExtra( 1030 clipData = ClipData.newUri(getContentResolver(), null, streams.get(0)); 1031 for (int i = 1; i < streams.size(); i++) { 1032 clipData.addItem(getContentResolver(), new ClipData.Item(streams.get(i)));
|
/aosp14/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 1001 …Methods accepting `File` should also accept `FileDescriptor` or streams: method android.os.Environ… 1003 …Methods accepting `File` should also accept `FileDescriptor` or streams: method android.os.FileUti…
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |