Home
last modified time | relevance | path

Searched defs:streamType (Results 26 – 50 of 209) sorted by relevance

123456789

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraconfigurestreams_fuzzer/
H A Ddcameraconfigurestreams_fuzzer.cpp33 const DCStreamType streamType[DC_STREAM_SIZE] = { variable
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastartcapture_fuzzer/
H A Ddcamerastartcapture_fuzzer.cpp33 const DCStreamType streamType[DC_STREAM_SIZE] = { variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input_channel_listener.cpp26 DCStreamType streamType) : input_(input), streamType_(streamType) in DCameraSourceInputChannelListener()
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/sensoryfeedback/
H A DEmergencyActionAlarmHelper.java97 int streamType = AudioManager.STREAM_ALARM; in setAlarmVolumeToFull() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowAudioManager.java87 public int getDevicesForStream(int streamType) { in getDevicesForStream()
/aosp12/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioProductStrategyTest.java52 int streamType = aps.getLegacyStreamTypeForAudioAttributes(aa); in testGetProductStrategies() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/
H A Daudio_volume_config.h37 AudioVolumeType streamType; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dmuxer_filter.cpp52 StreamType streamType, sptr<AVBufferQueueProducer> inputBufferQueue) in MuxerBrokerListener()
295 StreamType streamType, sptr<AVBufferQueueProducer> inputBufferQueue) in OnBufferFilled()
319 StreamType streamType, sptr<AVBufferQueueProducer> inputBufferQueue) in OnTransCoderBufferFilled()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_channel_info_cmd.cpp125 cJSON *streamType = cJSON_GetObjectItemCaseSensitive(detail, "StreamType"); in UnmarshalDetails() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/test/example/
H A Daudio_policy_test.cpp236 static void HandleVolume(int argc, char* argv[], int streamType, char option) in HandleVolume()
274 static void HandleMute(int streamType, char option) in HandleMute()
303 static void SetStreamType(int &streamType) in SetStreamType()
312 int streamType = strtol(optarg, nullptr, AudioPolicyTest::OPT_ARG_BASE); in IsStreamActive() local
737 int streamType = static_cast<int32_t>(AudioVolumeType::STREAM_MUSIC); in main() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp348 bool AudioPolicyServer::IsVolumeTypeValid(AudioStreamType streamType) in IsVolumeTypeValid()
374 bool AudioPolicyServer::IsVolumeLevelValid(AudioStreamType streamType, int32_t volumeLevel) in IsVolumeLevelValid()
557 int32_t AudioPolicyServer::SetSystemVolumeLevelLegacy(AudioStreamType streamType, int32_t volumeLev… in SetSystemVolumeLevelLegacy()
606 int32_t AudioPolicyServer::GetSystemVolumeLevel(AudioStreamType streamType) in GetSystemVolumeLevel()
611 int32_t AudioPolicyServer::GetSystemVolumeLevelInternal(AudioStreamType streamType) in GetSystemVolumeLevelInternal()
706 int32_t AudioPolicyServer::SetStreamMuteLegacy(AudioStreamType streamType, bool mute) in SetStreamMuteLegacy()
711 int32_t AudioPolicyServer::SetStreamMute(AudioStreamType streamType, bool mute) in SetStreamMute()
783 float AudioPolicyServer::GetSystemVolumeDb(AudioStreamType streamType) in GetSystemVolumeDb()
861 bool AudioPolicyServer::GetStreamMute(AudioStreamType streamType) in GetStreamMute()
872 bool AudioPolicyServer::GetStreamMuteInternal(AudioStreamType streamType) in GetStreamMuteInternal()
[all …]
H A Daudio_stream_collector.cpp640 AudioStreamType streamType = STREAM_MUSIC; in GetStreamType() local
655 AudioStreamType streamType = STREAM_MUSIC; in GetStreamType() local
941 AudioStreamType streamType = STREAM_MUSIC; in GetVolumeTypeFromContentUsage() local
1095 AudioStreamType streamType = GetVolumeTypeFromContentUsage( in WriterRenderStreamChangeSysEvent() local
1131 AudioStreamType streamType = GetStreamTypeFromSourceType( in WriterCaptureStreamChangeSysEvent() local
1168 …AudioStreamType streamType = GetVolumeTypeFromContentUsage(audioRendererChangeInfo->rendererInfo.c… in WriteRenderStreamReleaseSysEvent() local
1203 …AudioStreamType streamType = GetStreamTypeFromSourceType(audioCapturerChangeInfo->capturerInfo.sou… in WriteCaptureStreamReleaseSysEvent() local
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2370 private int getIndexRange(int streamType) { in getIndexRange()
2720 final int streamType; in adjustSuggestedStreamVolume() local
3871 private void setStreamVolumeInt(int streamType, in setStreamVolumeInt()
3907 public boolean isStreamMute(int streamType) { in isStreamMute()
4074 public int getStreamVolume(int streamType) { in getStreamVolume()
4093 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
4100 public int getStreamMinVolume(int streamType) { in getStreamMinVolume()
4462 private boolean isAlarm(int streamType) { in isAlarm()
4471 private boolean isMedia(int streamType) { in isMedia()
4476 private boolean isSystem(int streamType) { in isSystem()
[all …]
/aosp12/frameworks/av/media/libaudioclient/
H A DToneGenerator.cpp990 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava, in ToneGenerator()
1271 audio_stream_type_t streamType = mStreamType; in initAudioTrack() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DPsiData.java60 int streamType, in PmtItem()
/ohos5.0/foundation/multimedia/audio_lite/interfaces/kits/
H A Daudio_capturer.h69 AudioStreamType streamType = TYPE_MEDIA; member
/ohos5.0/foundation/multimedia/audio_framework/test/moduletest/audiopolicy/1.0/include/
H A Daudio_policy_test.h31 AudioStreamType streamType; member
/aosp12/frameworks/av/services/audiopolicy/common/include/
H A Dpolicy.h190 audio_stream_type_t streamType) in hasStream()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h111 int32_t streamType; member
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioadapter/include/
H A Dpulse_audio_service_adapter_impl.h67 AudioStreamType streamType; member
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcapture_session_stub.cpp160 StreamType streamType = static_cast<StreamType>(data.ReadUint32()); in HandleAddOutput() local
180 StreamType streamType = static_cast<StreamType>(data.ReadUint32()); in HandleRemoveOutput() local
/ohos5.0/drivers/peripheral/audio/supportlibs/interfaces/include/
H A Daudio_if_lib_common.h25 enum AudioStreamType streamType; member
/aosp12/frameworks/base/media/java/android/media/
H A DAudioManager.java1046 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
1064 public int getStreamMinVolume(int streamType) { in getStreamMinVolume()
1078 public int getStreamMinVolumeInt(int streamType) { in getStreamMinVolumeInt()
1095 public int getStreamVolume(int streamType) { in getStreamVolume()
1176 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume()
1391 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo()
1445 public boolean isStreamMute(int streamType) { in isStreamMute()
1478 public void forceVolumeControlStream(int streamType) { in forceVolumeControlStream()
5550 public int getDevicesForStream(int streamType) { in getDevicesForStream()
6025 public int getOutputLatency(int streamType) { in getOutputLatency()
[all …]
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_ToneGenerator.cpp89 static void android_media_ToneGenerator_native_setup(JNIEnv *env, jobject thiz, jint streamType, in android_media_ToneGenerator_native_setup()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor_listener.h59 int32_t streamType = adaptor_->GetStreamType(); in OnStreamReceived() local

123456789