Home
last modified time | relevance | path

Searched refs:profiles (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/av/media/libmedia/
DMediaProfiles.cpp170 MediaProfiles::createVideoCodec(const char **atts, MediaProfiles *profiles) in createVideoCodec() argument
188 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1); in createVideoCodec()
189 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec; in createVideoCodec()
194 MediaProfiles::createAudioCodec(const char **atts, MediaProfiles *profiles) in createAudioCodec() argument
210 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1); in createAudioCodec()
211 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mAudioCodec = audioCodec; in createAudioCodec()
395 MediaProfiles *profiles = (MediaProfiles *) userData; in startElementHandler() local
397 createVideoCodec(atts, profiles); in startElementHandler()
399 createAudioCodec(atts, profiles); in startElementHandler()
402 profiles->mVideoEncoders.add(createVideoEncoderCap(atts)); in startElementHandler()
[all …]
/frameworks/av/include/media/
DMediaProfiles.h342 static VideoCodec* createVideoCodec(const char **atts, MediaProfiles *profiles);
343 static AudioCodec* createAudioCodec(const char **atts, MediaProfiles *profiles);
383 static void createDefaultCamcorderProfiles(MediaProfiles *profiles);
384 static void createDefaultVideoEncoders(MediaProfiles *profiles);
385 static void createDefaultAudioEncoders(MediaProfiles *profiles);
386 static void createDefaultVideoDecoders(MediaProfiles *profiles);
387 static void createDefaultAudioDecoders(MediaProfiles *profiles);
388 static void createDefaultEncoderOutputFileFormats(MediaProfiles *profiles);
389 static void createDefaultImageEncodingQualityLevels(MediaProfiles *profiles);
390 static void createDefaultImageDecodingMaxMemory(MediaProfiles *profiles);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java320 Collection<LocalBluetoothProfile> profiles, in updateProfiles() argument
325 removedProfiles.addAll(profiles); in updateProfiles()
326 profiles.clear(); in updateProfiles()
337 profiles.add(mHeadsetProfile); in updateProfiles()
344 profiles.add(mA2dpProfile); in updateProfiles()
350 profiles.add(mOppProfile); in updateProfiles()
357 profiles.add(mHidProfile); in updateProfiles()
365 profiles.add(mPanProfile); in updateProfiles()
371 profiles.add(mMapProfile); in updateProfiles()
/frameworks/base/docs/html/training/enterprise/
Dapp-compatibility.jd28 profiles</a>. A managed profile is controlled by an administrator, and the
32 letting users use their personal apps and profiles.</p>
35 reliably on a device with managed profiles. You don't need to do anything
37 practices become especially important on devices with managed profiles. This
48 set up <i>managed profiles</i>. If a device has a managed profile, the profile's
66 <li>Since the managed and unmanaged profiles have separate storage areas, a
175 managed profiles. In particular, testing on a managed-profile device is a good
211 intent is not allowed to cross between profiles, verify the app's behavior both
222 <li>The device does not allow map intents to cross between profiles, but there
225 <li>The device does not allow map intents to cross between profiles, and there
[all …]
Dwork-policy-ctrl.jd101 <h3 id="managed_profiles">Managed profiles</h3>
133 // This device does not support native managed profiles!
137 <p>If the device supports managed profiles, create one by sending an intent with
/frameworks/compile/mclinker/include/mcld/LD/
DDiagAttribute.inc18 "conflicting architecture profiles %0 in %1.",
19 "conflicting architecture profiles %0 in %1.")
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1348 List<UserInfo> profiles = mUserManager.getProfiles(userHandle); in sendAdminCommandToSelfAndProfilesLocked() local
1349 for (UserInfo ui : profiles) { in sendAdminCommandToSelfAndProfilesLocked()
1831 List<UserInfo> profiles = mUserManager.getProfiles(userHandle); in handlePasswordExpirationNotification() local
1832 for (UserInfo ui : profiles) { in handlePasswordExpirationNotification()
2138 List<UserInfo> profiles = mUserManager.getProfiles(userHandle); in getPasswordQuality() local
2139 for (UserInfo userInfo : profiles) { in getPasswordQuality()
2185 List<UserInfo> profiles = mUserManager.getProfiles(userHandle); in getPasswordMinimumLength() local
2186 for (UserInfo userInfo : profiles) { in getPasswordMinimumLength()
2232 List<UserInfo> profiles = mUserManager.getProfiles(userHandle); in getPasswordHistoryLength() local
2233 for (UserInfo userInfo : profiles) { in getPasswordHistoryLength()
[all …]
/frameworks/base/core/java/android/os/
DUserManager.java1055 ArrayList<UserHandle> profiles = new ArrayList<UserHandle>(); in getUserProfiles() local
1065 profiles.add(userHandle); in getUserProfiles()
1067 return profiles; in getUserProfiles()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java367 final List<UserInfo> profiles = um.getProfiles(userHandle); in setKeystorePassword() local
368 for (UserInfo pi : profiles) { in setKeystorePassword()
377 final List<UserInfo> profiles = um.getProfiles(userHandle); in unlockKeystore() local
378 for (UserInfo pi : profiles) { in unlockKeystore()
DTextServicesManagerService.java158 List<UserInfo> profiles = in updateCurrentProfileIds() local
160 int[] currentProfileIds = new int[profiles.size()]; // profiles will not be null in updateCurrentProfileIds()
162 currentProfileIds[i] = profiles.get(i).id; in updateCurrentProfileIds()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageMeasurement.java195 List<UserInfo> profiles, Message finished, int remaining) { in StatsObserver() argument
201 for (UserInfo userInfo : profiles) { in StatsObserver()
/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java473 List<UserInfo> profiles = um.getEnabledProfiles(userId); in isCurrentUserOrProfile() local
474 final int n = profiles.size(); in isCurrentUserOrProfile()
476 if (profiles.get(i).id == userId) { in isCurrentUserOrProfile()
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd32 …-specific. <strong>However, it is a best practice to use media encoding profiles that are device-a…
311 <p>Table 2, below, lists examples of video encoding profiles and parameters that the Android
316 a device's available <em>video recording</em> profiles can be used as a proxy for media playback
317 capabilities. These profiles can be inspected using the {@link android.media.CamcorderProfile
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java133 ArrayList<SipProfile> profiles = new ArrayList<SipProfile>(); in getListOfProfiles() local
136 profiles.add(group.getLocalProfile()); in getListOfProfiles()
139 return profiles.toArray(new SipProfile[profiles.size()]); in getListOfProfiles()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3175 SortedVector< sp<IOProfile> > profiles; in checkOutputsForDevice() local
3187 profiles.add(profile); in checkOutputsForDevice()
3194 ALOGV(" found %d profiles, %d outputs", profiles.size(), outputs.size()); in checkOutputsForDevice()
3196 if (profiles.isEmpty() && outputs.isEmpty()) { in checkOutputsForDevice()
3203 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { in checkOutputsForDevice()
3204 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice()
3374 profiles.removeAt(profile_index); in checkOutputsForDevice()
3393 if (profiles.isEmpty()) { in checkOutputsForDevice()
3468 SortedVector< sp<IOProfile> > profiles; in checkInputsForDevice() local
3483 profiles.add(profile); in checkInputsForDevice()
[all …]
/frameworks/base/docs/html/guide/topics/manifest/
Dapplication-element.jd346 <p>Because restricted profiles currently
354 …AccountType">{@code android:restrictedAccountType}</a> null, so that restricted profiles cannot use
362 <dd>Specifies the account type required by this application and indicates that restricted profiles
364 {@link android.accounts.Account} and restricted profiles <strong>are allowed to
373 Specifying this attribute allows restricted profiles to use your
378 to make your app unavailable to restricted profiles.</p>
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1024 List<UserInfo> profiles = mUserManager.getProfiles(currentUser); in isCurrentProfile() local
1025 for (UserInfo user : profiles) { in isCurrentProfile()
1046 List<UserInfo> profiles = mUserManager.getProfiles(ownerUser); in isOwner() local
1047 for (UserInfo profile : profiles) { in isOwner()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java698 List<UserInfo> profiles = userManager.getProfiles(currentUserId); in updateCache() local
701 for (UserInfo user : profiles) { in updateCache()
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd72 as "attributes" over a BLE link. All current Low Energy application profiles are
76 <a href="https://www.bluetooth.org/en-us/specification/adopted-specifications">profiles</a>
103 profiles and services on
459 // For all other profiles, writes the data formatted in HEX.
Dbluetooth.jd120 all Bluetooth profiles and services supported by the device, but is useful as a
126 example is the Hands-Free profile. For more discussion of profiles, see <a
131 Headset and Hands-Free (v1.5) profiles.</dd>
896 Bluetooth profiles. A <em>Bluetooth profile</em> is a wireless interface
904 profiles:</p>
912 >). This includes both Bluetooth Headset and Hands-Free (v1.5) profiles. The
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd203 <p>If you'd like to prevent restricted profiles from using your app entirely because your
210 <p>If you’d like to allow restricted profiles to continue using your app even though they can’t
212 or allow restricted profiles to access the accounts created by the primary user. For more
236 <p>On Android tablets, users can now create restricted profiles based on the primary user.
308 app access to the primary user's accounts from restricted profiles. So you should allow this
311 user that your app grants restricted profiles to their accounts, so it should be clear to the user
339 <p>If it’s instead important that your app not be available to restricted profiles because
340 your app depends on sensitive personal information in an account (and because restricted profiles
349 <p>For example, the Gmail app uses this attribute to disable itself for restricted profiles,
350 because the owner's personal email should not be available to restricted profiles.</p>
Dandroid-2.0-highlights.jd188 <li>New BT profiles: Object Push Profile (OPP) and Phone Book Access Profile (PBAP)</li>
Dandroid-1.5-highlights.jd84 <li>Stereo Bluetooth support (A2DP and AVCRP profiles)</li>
Djelly-bean.jd193 <h2 id="43-profiles">Support for Restricted Profiles</h2>
196 <img src="{@docRoot}images/jb-profiles-create-n713.png" alt="Setting up a Restricted Profile" width…
197 …25em;margin-bottom:0;">A tablet owner can set up one or more restricted profiles in Settings and m…
198 <img src="{@docRoot}images/jb-profiles-restrictions-n713.png" alt="Setting Restrictions in a Profil…
203 profiles</strong>, a new way to manage users and their capabilities on a single
204 device. With restricted profiles, tablet owners can quickly set up
207 available in those environments. Restricted profiles are ideal for friends and
212 users, profiles are created from the tablet owner’s environment, based on the
222 <p>For developers, restricted profiles offer a new way to deliver more value and
239 <p>If your app is not designed for use in restricted profiles, you can opt
[all …]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java1747 List<UserInfo> profiles = mUserManager.getProfiles(userId); in maybeNotifyProfiles() local
1748 int size = profiles.size(); in maybeNotifyProfiles()
1750 UserInfo profile = profiles.get(i); in maybeNotifyProfiles()

123