Home
last modified time | relevance | path

Searched defs:profile (Results 51 – 75 of 610) sorted by relevance

12345678910>>...25

/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java396 public void start(String callee, ImsCallProfile profile) { in start()
412 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
422 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
487 public void hold(ImsStreamMediaProfile profile) { in hold()
498 public void resume(ImsStreamMediaProfile profile) { in resume()
523 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_avrcp_ct.cpp68 AvrcpController *profile = AvrcpController::GetProfile(); in On() local
90 AvrcpController *profile = AvrcpController::GetProfile(); in GetConnectionDevices() local
124 AvrcpController *profile = AvrcpController::GetProfile(); in GetDeviceState() local
157 AvrcpController *profile = AvrcpController::GetProfile(); in Connect() local
189 AvrcpController *profile = AvrcpController::GetProfile(); in Disconnect() local
H A Dnapi_bluetooth_avrcp_tg.cpp68 AvrcpTarget *profile = AvrcpTarget::GetProfile(); in On() local
90 AvrcpTarget *profile = AvrcpTarget::GetProfile(); in GetConnectionDevices() local
124 AvrcpTarget *profile = AvrcpTarget::GetProfile(); in GetDeviceState() local
156 AvrcpTarget *profile = AvrcpTarget::GetProfile(); in Connect() local
188 AvrcpTarget *profile = AvrcpTarget::GetProfile(); in Disconnect() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp130 IProfile *profile = ClassCreator<IProfile>::NewInstance(sp.name_); in CreateClassicProfileServices() local
178 IProfile *profile = nullptr; in Stop() local
198 IProfile *profile = nullptr; in GetProfileService() local
289 IProfile *profile = nullptr; in EnableProfiles() local
443 IProfile *profile = nullptr; in DisableProfiles() local
504 IProfile *profile = nullptr; in CheckWaitEnableProfiles() local
544 IProfile *profile = nullptr; in GetProfileServiceConnectState() local
567 IProfile *profile = nullptr; in GetProfileServicesConnectState() local
/aosp12/frameworks/base/media/java/android/media/
H A DEncoderProfiles.java199 int profile) { in VideoProfile()
213 private int profile; field in EncoderProfiles.VideoProfile
317 int profile) { in AudioProfile()
329 private int profile; // this contains the profile if codec itself does not field in EncoderProfiles.AudioProfile
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc281 ScratchFile profile; in TEST_F() local
314 ScratchFile profile; in TEST_F() local
323 ScratchFile profile; in TEST_F() local
336 ScratchFile profile; in TEST_F() local
351 ScratchFile profile; in TEST_F() local
381 ScratchFile profile; in TEST_F() local
394 ScratchFile profile; in TEST_F() local
404 ScratchFile profile; in TEST_F() local
412 ScratchFile profile; in TEST_F() local
425 ScratchFile profile; in TEST_F() local
[all …]
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipSettings.java169 SipProfile profile = intent.getParcelableExtra(KEY_SIP_PROFILE); in onActivityResult() local
195 private String getProfileName(SipProfile profile) { in getProfileName()
249 SipProfile profile = getProfileFromList(activeProfile); in processActiveProfilesFromSipService() local
284 private void handleProfileClick(final SipProfile profile) { in handleProfileClick()
338 private void startSipEditor(final SipProfile profile) { in startSipEditor()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java226 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile()
238 private void addProfile(LocalBluetoothProfile profile, in addProfile()
244 private void addPanProfile(LocalBluetoothProfile profile, in addPanProfile()
267 StateChangedHandler(LocalBluetoothProfile profile) { in StateChangedHandler()
316 HeadsetStateChangeHandler(LocalBluetoothProfile profile, String audioChangeAction, in HeadsetStateChangeHandler()
340 PanStateChangedHandler(LocalBluetoothProfile profile) { in PanStateChangedHandler()
385 LocalBluetoothProfile profile = mHeadsetProfile; in isManagerReady() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
H A DWidgetSizes.java70 public static Size getWidgetSizePx(DeviceProfile profile, int spanX, int spanY) { in getWidgetSizePx()
78 DeviceProfile profile, int spanX, int spanY) { in getWidgetPaddedSizePx()
97 public static Size getWidgetItemSizePx(Context context, DeviceProfile profile, in getWidgetItemSizePx()
115 private static Size getWidgetSizePx(DeviceProfile profile, int spanX, int spanY, in getWidgetSizePx()
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_connection.cpp65 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in Init() local
104 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in SendBtCallState() local
121 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in SendCallDetailsChange() local
148 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in RegisterObserver() local
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
H A DModemAppActivity.java48 public ModemAppPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile()
77 static final double getAverageModemPowerMa(ModemProfile profile) { in getAverageModemPowerMa()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
H A Dprofile_change_listener_stub_test.cpp44 int32_t MockProfileChangeListenerStub::OnTrustDeviceProfileAdd(const TrustDeviceProfile& profile) in OnTrustDeviceProfileAdd()
50 int32_t MockProfileChangeListenerStub::OnTrustDeviceProfileDelete(const TrustDeviceProfile& profile) in OnTrustDeviceProfileDelete()
64 int32_t MockProfileChangeListenerStub::OnDeviceProfileAdd(const DeviceProfile& profile) in OnDeviceProfileAdd()
70 int32_t MockProfileChangeListenerStub::OnDeviceProfileDelete(const DeviceProfile& profile) in OnDeviceProfileDelete()
85 int32_t MockProfileChangeListenerStub::OnServiceProfileAdd(const ServiceProfile& profile) in OnServiceProfileAdd()
91 int32_t MockProfileChangeListenerStub::OnServiceProfileDelete(const ServiceProfile& profile) in OnServiceProfileDelete()
104 …2_t MockProfileChangeListenerStub::OnCharacteristicProfileAdd(const CharacteristicProfile& profile) in OnCharacteristicProfileAdd()
109 … MockProfileChangeListenerStub::OnCharacteristicProfileDelete(const CharacteristicProfile& profile) in OnCharacteristicProfileDelete()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_info_test.cpp119 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
139 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
157 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
/aosp12/system/core/libprocessgroup/
H A Dtask_profiles.cpp357 for (const auto& profile : profiles_) { in ExecuteForProcess() local
366 for (const auto& profile : profiles_) { in ExecuteForTask() local
373 for (const auto& profile : profiles_) { in EnableResourceCaching() local
379 for (const auto& profile : profiles_) { in DropResourceCaching() local
384 void TaskProfile::MoveTo(TaskProfile* profile) { in MoveTo()
516 auto profile = std::make_shared<TaskProfile>(); in Load() local
626 auto profile = std::make_shared<TaskProfile>(); in Load() local
656 TaskProfile* profile = GetProfile(name); in SetProcessProfiles() local
671 TaskProfile* profile = GetProfile(name); in SetTaskProfiles() local
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java129 public int getConnectionState(BluetoothDevice device, int profile) { in getConnectionState()
158 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices()
186 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
H A DBluetoothProfile.java338 public void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected()
347 public void onServiceDisconnected(int profile); in onServiceDisconnected()
381 static String getProfileName(int profile) { in getProfileName()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
H A DRestrictedLockUtilsTest.java199 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile() local
228 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile() local
254 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile() local
285 EnforcedAdmin profile = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_onlyMatchesParent_profileParentPolicy() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsCallTest.java67 ImsCallProfile profile = new ImsCallProfile(); in testCallSessionProgressingAppliedMediaCaps() local
116 ImsCallProfile profile = new ImsCallProfile(); in testNonNulllVideoProfile() local
127 ImsCallProfile profile = new ImsCallProfile(); in testNullCallProfileAfterNonNull() local
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DVpnManagerTest.java75 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfilePreconsented() local
86 final PlatformVpnProfile profile = getPlatformVpnProfile(); in testProvisionVpnProfileNeedsConsent() local
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp406 int32_t ProfileUtils::TrustDeviceProfileToEntries(const TrustDeviceProfile& profile, ValuesBucket& … in TrustDeviceProfileToEntries()
415 int32_t ProfileUtils::AccessControlProfileToEntries(const AccessControlProfile& profile, ValuesBuck… in AccessControlProfileToEntries()
461 int32_t ProfileUtils::DeviceProfileToEntries(const DeviceProfile& profile, std::map<std::string, st… in DeviceProfileToEntries()
472 int32_t ProfileUtils::ServiceProfileToEntries(const ServiceProfile& profile, std::map<std::string, … in ServiceProfileToEntries()
482 int32_t ProfileUtils::CharacteristicProfileToEntries(const CharacteristicProfile& profile, in CharacteristicProfileToEntries()
493 … ProfileUtils::EntriesToTrustDeviceProfile(const ValuesBucket& values, TrustDeviceProfile& profile) in EntriesToTrustDeviceProfile()
513 …fileUtils::EntriesToAccessControlProfile(const ValuesBucket& values, AccessControlProfile& profile) in EntriesToAccessControlProfile()
620 …ileUtils::EntriesToDeviceProfile(std::map<std::string, std::string> values, DeviceProfile& profile) in EntriesToDeviceProfile()
647 …eUtils::EntriesToServiceProfile(std::map<std::string, std::string> values, ServiceProfile& profile) in EntriesToServiceProfile()
667 …ls::EntriesToCharProfile(std::map<std::string, std::string> values, CharacteristicProfile& profile) in EntriesToCharProfile()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_crud_test.cpp127 ServiceCharacteristicProfile profile; variable
152 ServiceCharacteristicProfile profile; variable
177 ServiceCharacteristicProfile profile; variable
201 ServiceCharacteristicProfile profile; variable
222 ServiceCharacteristicProfile profile; variable
728 ServiceCharacteristicProfile profile; variable
784 ServiceCharacteristicProfile profile; variable
896 ServiceCharacteristicProfile profile; variable
914 ServiceCharacteristicProfile profile; variable
944 ServiceCharacteristicProfile profile; variable
[all …]
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h48 virtual void addAudioProfile(const sp<AudioProfile> &profile) { in addAudioProfile()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_application.h119 void ProfileChanged(const Profile& profile) in ProfileChanged()
125 bool CompareProfile(const Profile& profile) const in CompareProfile()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DMetadata.java69 void setProfileConnectionPolicy(int profile, int connectionPolicy) { in setProfileConnectionPolicy()
121 int getProfileConnectionPolicy(int profile) { in getProfileConnectionPolicy()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp167 A2dpSource *profile = A2dpSource::GetProfile(); in On() local
196 A2dpSource *profile = A2dpSource::GetProfile(); in GetPlayingState() local
213 A2dpSource *profile = A2dpSource::GetProfile(); in Connect() local
229 A2dpSource *profile = A2dpSource::GetProfile(); in Disconnect() local
331 A2dpSource *profile = A2dpSource::GetProfile(); in GetConnectionDevices() local
369 A2dpSource *profile = A2dpSource::GetProfile(); in GetDeviceState() local
401 napi_value profile; in CreateA2dpSrcProfile() local
419 A2dpSource *profile = A2dpSource::GetProfile(); in SetConnectionStrategy() local
441 A2dpSource *profile = A2dpSource::GetProfile(); in GetConnectionStrategy() local
661 A2dpSource *profile = A2dpSource::GetProfile(); in SetCurrentCodecInfo() local
[all …]

12345678910>>...25