Home
last modified time | relevance | path

Searched defs:profile (Results 76 – 100 of 610) sorted by relevance

12345678910>>...25

/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Davsession_dynamic_insight.cpp48 bool InsightAdapter::CheckBundleSupport(std::string& profile) in CheckBundleSupport()
77 std::string& supportModule, std::string& profile) in IsSupportPlayIntent()
124 std::string profile; in GetPlayIntentParam() local
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DICarProjection.aidl71 in BluetoothDevice device, in int profile, in IBinder token) = 6; in requestBluetoothProfileInhibit()
75 in BluetoothDevice device, in int profile, in IBinder token) = 7; in releaseBluetoothProfileInhibit()
/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudio_health_tests.cpp97 for (const auto& profile : hwModule->getOutputProfiles()) { in TEST() local
100 for (const auto& profile : hwModule->getInputProfiles()) { in TEST() local
/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileInhibitManager.java95 public BluetoothConnection(Integer profile, BluetoothDevice device) { in BluetoothConnection()
164 Integer profile; in decode() local
309 boolean requestProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in requestProfileInhibit()
327 boolean releaseProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in releaseProfileInhibit()
565 private boolean isProxyAvailable(int profile) { in isProxyAvailable()
/aosp12/frameworks/av/media/libstagefright/
H A DMetaDataUtils.cpp100 unsigned profile = bits.getBits(2); in MakeAACCodecSpecificData() local
125 unsigned profile, /* in */ in MakeAACCodecSpecificData()
175 bool MakeAACCodecSpecificData(AMediaFormat *meta, unsigned profile, unsigned sampling_freq_index, in MakeAACCodecSpecificData()
202 unsigned profile, unsigned sampling_freq_index, in MakeAACCodecSpecificData()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIGetProfileCallback.aidl22 void onComplete(int resultCode, in EuiccProfileInfo profile); in onComplete()
H A DISwitchToProfileCallback.aidl22 void onComplete(int resultCode, in EuiccProfileInfo profile); in onComplete()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dvideo_session.cpp231 return std::any_of(photoProfiles.begin(), photoProfiles.end(), [&photoProfile](auto& profile) { in IsPhotoProfileLegal()
246 [&previewProfile](auto& profile) { return profile == previewProfile; }); in IsPreviewProfileLegal()
256 [&videoProfile](auto& profile) { return profile.IsContains(videoProfile); }); in IsVideoProfileLegal()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java165 public void start(String callee, ImsCallProfile profile) { in start()
182 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
193 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
258 public void hold(ImsStreamMediaProfile profile) { in hold()
270 public void resume(ImsStreamMediaProfile profile) { in resume()
297 public void update(int callType, ImsStreamMediaProfile profile) { in update()
496 ImsCallProfile profile) in callSessionMergeStarted()
645 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/putdeviceprofileinner_fuzzer/
H A Dputdeviceprofileinner_fuzzer.cpp34 int32_t PutDeviceProfile(const ServiceCharacteristicProfile& profile) in PutDeviceProfile()
40 ServiceCharacteristicProfile& profile) in GetDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/syncdeviceprofileinner_fuzzer/
H A Dsyncdeviceprofileinner_fuzzer.cpp33 int32_t PutDeviceProfile(const ServiceCharacteristicProfile& profile) in PutDeviceProfile()
39 ServiceCharacteristicProfile& profile) in GetDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp366 TrustDeviceProfile profile; variable
413 AccessControlProfile profile; variable
463 AccessControlProfile profile; variable
519 AccessControlProfile profile; variable
575 AccessControlProfile profile; variable
671 AccessControlProfile profile; variable
1445 TrustDeviceProfile profile; variable
1507 Accesser profile; variable
1550 Accessee profile; variable
1591 DeviceProfile profile; variable
[all …]
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A DGenerators.cpp109 for (const auto& profile : mixPort.getProfile()) { in generateOutputDeviceConfigParameters() local
157 for (const auto& profile : mixPort.getProfile()) { in getOutputDeviceInvalidConfigParameters() local
246 for (const auto& profile : mixPort.getProfile()) { in generateInputDeviceConfigParameters() local
293 for (const auto& profile : mixPort.getProfile()) { in getInputDeviceInvalidConfigParameters() local
/aosp12/frameworks/av/media/libaudiofoundation/
H A DAudioPort.cpp36 [profileToImport](const auto &profile) { in importAudioPort()
45 sp<AudioProfile> profile = new AudioProfile(port.audio_profiles[i].format, in importAudioPort() local
79 for (const auto& profile : mProfiles) { in toAudioPort() local
109 for (const auto& profile : mProfiles) { in toAudioPort() local
/aosp12/art/test/595-profile-saving/src/
H A DMain.java73 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
75 public static native boolean isForBootImage(String profile); in isForBootImage()
/ohos5.0/base/security/code_signature/services/key_enable/src/asan/
H A Ddisable_rust_interface.cpp19 int32_t EnableKeyInProfileByRust(const char* bundleName, const uint8_t* profile, uint32_t profileSi… in EnableKeyInProfileByRust()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
H A DGenerators.cpp47 for (const auto& profile : ioProfile->getAudioProfiles()) { in generateOutputDeviceConfigParameters() local
110 for (const auto& profile : ioProfile->getAudioProfiles()) { in generateInputDeviceConfigParameters() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBtSmsInterfaceManager.java100 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
116 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp38 ContextFactory::AuthProfile profile; in InitWidgetContextParam() local
61 ContextFactory::AuthProfile &profile) in GetUserAuthProfile()
114 ContextFactory::AuthProfile &profile) in ParseAttributes()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp33 for (const auto& profile : trustDeviceProfiles) { in Marshalling() local
50 for (const auto& profile : aclProfiles) { in Marshalling() local
67 for (const auto& profile : serviceProfiles) { in Marshalling() local
84 for (const auto& profile : charProfiles) { in Marshalling() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneFactory.java42 SipProfile profile = new SipProfile.Builder(sipUri).build(); in makePhone() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp335 …::optional<AVCProfile> TypeConverter::OmxAvcProfileToInnerProfile(OMX_VIDEO_AVCPROFILETYPE profile) in OmxAvcProfileToInnerProfile()
359 std::optional<HEVCProfile> TypeConverter::OmxHevcProfileToInnerProfile(CodecHevcProfile profile) in OmxHevcProfileToInnerProfile()
383 std::optional<VVCProfile> TypeConverter::OmxVvcProfileToInnerProfile(CodecVvcProfile profile) in OmxVvcProfileToInnerProfile()
407 …::optional<OMX_VIDEO_AVCPROFILETYPE> TypeConverter::InnerAvcProfileToOmxProfile(AVCProfile profile) in InnerAvcProfileToOmxProfile()
419 std::optional<CodecHevcProfile> TypeConverter::InnerHevcProfileToOmxProfile(HEVCProfile profile) in InnerHevcProfileToOmxProfile()
431 std::optional<CodecVvcProfile> TypeConverter::InnerVvcProfileToOmxProfile(VVCProfile profile) in InnerVvcProfileToOmxProfile()
/aosp12/system/media/alsa_utils/
H A Dalsa_device_proxy.c46 int proxy_prepare(alsa_device_proxy * proxy, const alsa_device_profile* profile, in proxy_prepare()
131 const alsa_device_profile* profile = proxy->profile; in proxy_open() local
294 const alsa_device_profile* profile = proxy->profile; in proxy_scan_rates() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dvideo_output.cpp111 …ode OH_VideoOutput_GetActiveProfile(Camera_VideoOutput* videoOutput, Camera_VideoProfile** profile) in OH_VideoOutput_GetActiveProfile()
126 Camera_ErrorCode OH_VideoOutput_DeleteProfile(Camera_VideoProfile* profile) in OH_VideoOutput_DeleteProfile()
/aosp12/packages/apps/Camera2/src/com/android/camera/stats/profiler/
H A DLoggingProfiler.java32 LoggingProfile profile = new LoggingProfile(mWriter, name); in create() local

12345678910>>...25