/ohos5.0/foundation/multimedia/av_session/services/session/adapter/ |
H A D | avsession_dynamic_insight.cpp | 48 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 D | ICarProjection.aidl | 71 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 D | audio_health_tests.cpp | 97 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 D | BluetoothProfileInhibitManager.java | 95 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 D | MetaDataUtils.cpp | 100 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 D | IGetProfileCallback.aidl | 22 void onComplete(int resultCode, in EuiccProfileInfo profile); in onComplete()
|
H A D | ISwitchToProfileCallback.aidl | 22 void onComplete(int resultCode, in EuiccProfileInfo profile); in onComplete()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | video_session.cpp | 231 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 D | ImsCallSessionImplBase.java | 165 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 D | putdeviceprofileinner_fuzzer.cpp | 34 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 D | syncdeviceprofileinner_fuzzer.cpp | 33 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 D | profile_utils_test.cpp | 366 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 D | Generators.cpp | 109 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 D | AudioPort.cpp | 36 [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 D | Main.java | 73 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 D | disable_rust_interface.cpp | 19 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 D | Generators.cpp | 47 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 D | BtSmsInterfaceManager.java | 100 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 D | auth_widget_helper.cpp | 38 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 D | ipc_utils.cpp | 33 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 D | SipPhoneFactory.java | 42 SipProfile profile = new SipProfile.Builder(sipUri).build(); in makePhone() local
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | type_converter.cpp | 335 …::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 D | alsa_device_proxy.c | 46 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 D | video_output.cpp | 111 …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 D | LoggingProfiler.java | 32 LoggingProfile profile = new LoggingProfile(mWriter, name); in create() local
|