/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
H A D | ComponentActivity.java | 38 public ComponentPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | camera_output_capability.cpp | 140 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 D | PbapServerProfile.java | 61 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 67 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
H A D | CachedBluetoothDevice.java | 166 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 D | HidDeviceProfile.java | 62 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 81 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
H A D | PanProfile.java | 57 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 62 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
H A D | HfpClientProfile.java | 64 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 D | recorder_profiles_unit_test.cpp | 45 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 D | notification_preferences_test.cpp | 1395 …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 D | ImsCall.java | 681 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 D | profileutils_fuzzer.cpp | 135 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 D | napi_bluetooth_profile.cpp | 39 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 D | preview_output.cpp | 113 …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 D | camera_manager.cpp | 221 … 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 D | UtilsGetProfileNameTest.java | 36 public UtilsGetProfileNameTest(int profile, String name) { in UtilsGetProfileNameTest()
|
/aosp12/packages/apps/Settings/src/com/android/settings/vpn2/ |
H A D | VpnSettings.java | 167 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 D | IBluetoothManager.aidl | 54 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 D | recorder_profiles_server.cpp | 44 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 D | VpnProfileStore.java | 38 public boolean put(@NonNull String alias, @NonNull byte[] profile) { in put()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | BluetoothAdapterProxy.java | 35 int profile) { in getProfileProxy()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | profile.cpp | 36 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.md | 69 ### profile subsection
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_model.c | 40 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 D | hap_verify_test.cpp | 187 ProvisionInfo profile = hapVerifyResult.GetProvisionInfo(); variable 256 ProvisionInfo profile = hapVerifyResult.GetProvisionInfo(); variable
|
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/component/ |
H A D | ModemRemainderActivity.java | 54 public ModemRemainderPower applyProfile(ActivityReport activityReport, PowerProfile profile) { in applyProfile()
|