Home
last modified time | relevance | path

Searched defs:profile (Results 101 – 125 of 610) sorted by relevance

12345678910>>...25

/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DComponentActivity.java38 public ComponentPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp140 for (auto& profile : previewProfiles) { in IsMatchPreviewProfiles() local
157 for (auto& profile : photoProfiles) { in IsMatchPhotoProfiles() local
174 for (auto& profile : videoProfiles) { in IsMatchVideoProfiles() local
212 for (const auto& profile : profiles) { in RemoveDuplicatesProfile() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPbapServerProfile.java61 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
67 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
H A DCachedBluetoothDevice.java166 private String describe(LocalBluetoothProfile profile) { in describe()
176 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged()
280 public void disconnect(LocalBluetoothProfile profile) { in disconnect()
354 public void connectProfile(LocalBluetoothProfile profile) { in connectProfile()
361 synchronized void connectInt(LocalBluetoothProfile profile) { in connectInt()
421 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState()
641 public boolean isConnectedProfile(LocalBluetoothProfile profile) { in isConnectedProfile()
H A DHidDeviceProfile.java62 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
81 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
H A DPanProfile.java57 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
62 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
H A DHfpClientProfile.java64 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
84 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp45 std::shared_ptr<AudioRecorderProfile> profile = std::make_shared<AudioRecorderProfile>(); variable
62 std::shared_ptr<AudioRecorderProfile> profile = std::make_shared<AudioRecorderProfile>(); variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1395 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1425 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1441 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1472 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1488 sptr<NotificationDoNotDisturbProfile> profile; variable
1502 sptr<NotificationDoNotDisturbProfile> profile; variable
1516 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java681 public ImsCall(Context context, ImsCallProfile profile) { in ImsCall()
763 public void setCallProfile(ImsCallProfile profile) { in setCallProfile()
1205 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept()
1886 private ImsCall createNewCall(ImsCallSession session, ImsCallProfile profile) { in createNewCall()
2509 public void callSessionStarted(ImsCallSession session, ImsCallProfile profile) { in callSessionStarted()
2606 public void callSessionHeld(ImsCallSession session, ImsCallProfile profile) { in callSessionHeld()
2716 public void callSessionResumed(ImsCallSession session, ImsCallProfile profile) { in callSessionResumed()
2811 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
2960 ImsCallProfile profile) { in callSessionConferenceExtended()
3022 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp135 TrustDeviceProfile profile; in TrustDeviceProfileToEntriesFuzzTest() local
168 AccessControlProfile profile; in AccessControlProfileToEntriesFuzzTest() local
193 Accesser profile; in EntriesToAccesserFuzzTest() local
248 CharacteristicProfile profile; in EntriesToCharProfileFuzzTest() local
278 DeviceProfile profile; in GetProfilePropertiesMapFuzzTest() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp39 void NapiProfile::SetProfile(napi_env env, ProfileId code, napi_value profile) in SetProfile()
66 napi_value profile = nullptr; in GetProfile() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dpreview_output.cpp113 …de OH_PreviewOutput_GetActiveProfile(Camera_PreviewOutput* previewOutput, Camera_Profile** profile) in OH_PreviewOutput_GetActiveProfile()
128 Camera_ErrorCode OH_PreviewOutput_DeleteProfile(Camera_Profile* profile) in OH_PreviewOutput_DeleteProfile()
H A Dcamera_manager.cpp221 … OH_CameraManager_CreatePreviewOutput(Camera_Manager* cameraManager, const Camera_Profile* profile, in OH_CameraManager_CreatePreviewOutput()
250 …de OH_CameraManager_CreatePhotoOutput(Camera_Manager* cameraManager, const Camera_Profile* profile, in OH_CameraManager_CreatePhotoOutput()
267 const Camera_Profile* profile, Camera_PhotoOutput** photoOutput) in OH_CameraManager_CreatePhotoOutputWithoutSurface()
294 …_CameraManager_CreateVideoOutput(Camera_Manager* cameraManager, const Camera_VideoProfile* profile, in OH_CameraManager_CreateVideoOutput()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DUtilsGetProfileNameTest.java36 public UtilsGetProfileNameTest(int profile, String name) { in UtilsGetProfileNameTest()
/aosp12/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java167 VpnProfile profile = new VpnProfile(Long.toHexString(millis)); in onOptionsItemSelected() local
371 VpnProfile profile = pref.getProfile(); in onPreferenceClick() local
447 public LegacyVpnPreference findOrCreatePreference(VpnProfile profile, boolean update) { in findOrCreatePreference()
557 final VpnProfile profile = VpnProfile.decode(key, in loadVpnProfiles() local
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothManager.aidl54 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService()
56 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/server/
H A Drecorder_profiles_server.cpp44 bool RecorderProfilesServer::IsAudioRecorderConfigSupported(const RecorderProfilesData &profile) in IsAudioRecorderConfigSupported()
128 const RecorderProfilesData &compareProfile, const RecorderProfilesData &profile) in CompareProfile()
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnProfileStore.java38 public boolean put(@NonNull String alias, @NonNull byte[] profile) { in put()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DBluetoothAdapterProxy.java35 int profile) { in getProfileProxy()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dprofile.cpp36 Profile *profile = new (std::nothrow) Profile(); in Unmarshalling() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_video_param_hevc_v20.md69 ### profile subsection
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_model.c40 LaneProfile profile; member
141 int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile) in BindLaneIdToProfile()
178 int32_t GetLaneProfile(uint32_t profileId, LaneProfile *profile) in GetLaneProfile()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_test.cpp187 ProvisionInfo profile = hapVerifyResult.GetProvisionInfo(); variable
256 ProvisionInfo profile = hapVerifyResult.GetProvisionInfo(); variable
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
H A DModemRemainderActivity.java54 public ModemRemainderPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile()

12345678910>>...25