Searched defs:profiles (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/service/euicc/
H A DGetEuiccProfileInfoListResult.java86 * @param profiles the list of profiles. Should only be provided if the result is
88 * @param isRemovable whether the eUICC in this slot is removable. If true, the profiles
94 int result, @Nullable EuiccProfileInfo[] profiles, boolean isRemovable) {
98 this.mProfiles = profiles;
100 if (profiles != null) {
102 "Error result with non-null profiles: " + result);
93 GetEuiccProfileInfoListResult( int result, @Nullable EuiccProfileInfo[] profiles, boolean isRemovable) argument
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPort.h79 void setAudioProfiles(const AudioProfileVector &profiles) { mProfiles = profiles; } argument
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp89 void HwModule::setProfiles(const IOProfileCollection &profiles) argument
91 for (size_t i = 0; i < profiles.size(); i++) {
92 addProfile(profiles[i]);
267 const auto& profiles = audio_is_output_device(device) ? local
269 for (const auto& profile : profiles) {
H A DSerializer.cpp187 const char *const AudioProfileTraits::collectionTag = "profiles";
242 AudioProfileTraits::Collection profiles; local
243 deserializeCollection<AudioProfileTraits>(doc, child, profiles, NULL);
244 if (profiles.isEmpty()) {
250 profiles.add(dynamicProfile);
252 mixPort->setAudioProfiles(profiles);
328 AudioProfileTraits::Collection profiles; local
329 deserializeCollection<AudioProfileTraits>(doc, root, profiles, NULL);
330 if (profiles.isEmpty()) {
336 profiles
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigurationUtil.java64 * Check whether a network configuration is visible to a user or any of its managed profiles.
67 * @param profiles the user IDs of the user itself and all its managed profiles (can be obtained
70 * profiles
72 public static boolean isVisibleToAnyProfile(WifiConfiguration config, List<UserInfo> profiles) { argument
73 return (config.shared || doesUidBelongToAnyProfile(config.creatorUid, profiles));
77 * Check whether a uid belong to a user or any of its managed profiles.
80 * @param profiles the user IDs of the user itself and all its managed profiles (can be obtained
82 * @return whether the uid belongs to the user or any of its managed profiles
84 doesUidBelongToAnyProfile(int uid, List<UserInfo> profiles) argument
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java49 * objects for the available Bluetooth profiles.
131 // Always add HID host, HID device, and PAN profiles
385 /** Connectivity and audio state change handler for headset profiles. */
411 /** State change handler for NAP and PANU profiles. */
530 * @param profiles The list of profiles to fill
531 * @param removedProfiles list of profiles that were removed
534 Collection<LocalBluetoothProfile> profiles,
539 removedProfiles.addAll(profiles);
541 Log.d(TAG,"Current Profiles" + profiles
533 updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, Collection<LocalBluetoothProfile> profiles, Collection<LocalBluetoothProfile> removedProfiles, boolean isPanNapConnected, BluetoothDevice device) argument
[all...]
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp173 MediaProfiles::createVideoCodec(const char **atts, MediaProfiles *profiles) argument
191 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1);
192 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec;
197 MediaProfiles::createAudioCodec(const char **atts, MediaProfiles *profiles) argument
213 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1);
214 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mAudioCodec = audioCodec;
398 MediaProfiles *profiles = (MediaProfiles *) userData; local
400 createVideoCodec(atts, profiles);
402 createAudioCodec(atts, profiles);
405 profiles
639 createDefaultVideoEncoders(MediaProfiles *profiles) argument
752 createDefaultCamcorderProfiles(MediaProfiles *profiles) argument
786 createDefaultAudioEncoders(MediaProfiles *profiles) argument
792 createDefaultVideoDecoders(MediaProfiles *profiles) argument
801 createDefaultAudioDecoders(MediaProfiles *profiles) argument
810 createDefaultEncoderOutputFileFormats(MediaProfiles *profiles) argument
824 createDefaultImageEncodingQualityLevels(MediaProfiles *profiles) argument
837 MediaProfiles *profiles = new MediaProfiles; local
863 MediaProfiles *profiles = new MediaProfiles(); local
[all...]
/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp292 ASSERT_EQ(-1, access(art.c_str(), R_OK)); // empty profiles do not generate an image.
325 ASSERT_EQ(-1, access(art.c_str(), R_OK)); // empty profiles do not generate an image.
719 // The snapshot should be equivalent to the merge of profiles.
761 // The snapshot should be equivalent to the merge of profiles.
1027 // The app_apk_dir has no profiles. So we shouldn't be able to merge anything.
1038 run_cmd("mkdir -p " + app_private_dir_de_ + "/profiles/ref");
1039 run_cmd("mkdir -p " + app_private_dir_de_ + "/profiles/cur/0/");
1040 run_cmd("mkdir -p " + app_private_dir_de_ + "/profiles/cur/1/");
1042 run_cmd("touch " + app_private_dir_de_ + "/profiles/cur/1/primary.prof");
1044 run_cmd("touch " + app_private_dir_de_ + "/profiles/cu
1054 std::vector<std::string> profiles; local
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp760 // reject profiles not corresponding to a device currently available
764 // if several profiles are compatible, give priority to one with offload capability
2454 // When a mix is registered, corresponding input and output profiles are
3778 // Undo the surround formats change due to no audio profiles updated.
4248 // then look for output profiles that can be routed to this device
4249 SortedVector< sp<IOProfile> > profiles; local
4256 profiles.add(profile);
4264 ALOGV(" found %zu profiles, %zu outputs", profiles.size(), outputs.size());
4266 if (profiles
4456 SortedVector< sp<IOProfile> > profiles; local
6090 updateAudioProfiles(audio_devices_t device, audio_io_handle_t ioHandle, AudioProfileVector &profiles) argument
[all...]
/frameworks/native/cmds/installd/
H A Ddexopt.cpp124 // In case this is needed because of an app upgrade, profiles will still be
641 // - primary profiles should not contain symlinks in their paths
646 // Reference profiles and snapshots are created on the fly; so they might not exist beforehand.
660 // Also, the secondary dex profiles might be deleted by the app at any time,
826 // Decides if profile guided compilation is needed or not based on existing profiles.
828 // Returns true if there is enough information in the current profiles that makes it
830 // If the return value is true all the current profiles would have been merged into
831 // the reference profiles accessible with open_reference_profile().
839 // Skip profile guided compilation because no profiles were found.
871 LOG(WARNING) << "Bad profiles fo
2707 std::vector<std::string> profiles; local
[all...]

Completed in 200 milliseconds