/frameworks/av/media/libmedia/ |
D | MediaProfiles.cpp | 179 MediaProfiles::createVideoCodec(const char **atts, MediaProfiles *profiles) in createVideoCodec() argument 197 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1); in createVideoCodec() 198 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec; in createVideoCodec() 203 MediaProfiles::createAudioCodec(const char **atts, MediaProfiles *profiles) in createAudioCodec() argument 219 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1); in createAudioCodec() 220 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mAudioCodec = audioCodec; in createAudioCodec() 419 MediaProfiles::createVideoEditorCap(const char **atts, MediaProfiles *profiles) in createVideoEditorCap() argument 432 profiles->mVideoEditorCap = pVideoEditorCap; in createVideoEditorCap() 440 MediaProfiles *profiles = (MediaProfiles *) userData; in startElementHandler() local 442 createVideoCodec(atts, profiles); in startElementHandler() [all …]
|
/frameworks/av/include/media/ |
D | MediaProfiles.h | 412 static VideoCodec* createVideoCodec(const char **atts, MediaProfiles *profiles); 413 static AudioCodec* createAudioCodec(const char **atts, MediaProfiles *profiles); 419 const char **atts, MediaProfiles *profiles); 456 static void createDefaultCamcorderProfiles(MediaProfiles *profiles); 457 static void createDefaultVideoEncoders(MediaProfiles *profiles); 458 static void createDefaultAudioEncoders(MediaProfiles *profiles); 459 static void createDefaultVideoDecoders(MediaProfiles *profiles); 460 static void createDefaultAudioDecoders(MediaProfiles *profiles); 461 static void createDefaultEncoderOutputFileFormats(MediaProfiles *profiles); 462 static void createDefaultImageEncodingQualityLevels(MediaProfiles *profiles); [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothControllerImpl.java | 188 final SparseBooleanArray profiles = new SparseBooleanArray(); in connect() local 197 if (DEBUG && !profiles.get(profile)) Log.d(TAG, "Profile " + profileToString(profile) in connect() 201 profiles.put(profile, true); in connect() 204 for (int i = 0; i < profiles.size(); i++) { in connect() 205 final int profile = profiles.keyAt(i); in connect()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagAttribute.inc | 7 …nosticEngine::Warning, "conflicting architecture profiles %0 in %1.", "conflicting architecture pr…
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 1175 List<UserInfo> profiles = mUserManager.getProfiles(userHandle); in sendAdminCommandToSelfAndProfilesLocked() local 1176 for (UserInfo ui : profiles) { in sendAdminCommandToSelfAndProfilesLocked() 1592 List<UserInfo> profiles = mUserManager.getProfiles(userHandle); in handlePasswordExpirationNotification() local 1593 for (UserInfo ui : profiles) { in handlePasswordExpirationNotification() 1879 List<UserInfo> profiles = mUserManager.getProfiles(userHandle); in getPasswordQuality() local 1880 for (UserInfo userInfo : profiles) { in getPasswordQuality() 1926 List<UserInfo> profiles = mUserManager.getProfiles(userHandle); in getPasswordMinimumLength() local 1927 for (UserInfo userInfo : profiles) { in getPasswordMinimumLength() 1973 List<UserInfo> profiles = mUserManager.getProfiles(userHandle); in getPasswordHistoryLength() local 1974 for (UserInfo userInfo : profiles) { in getPasswordHistoryLength() [all …]
|
/frameworks/base/core/java/android/os/ |
D | UserManager.java | 879 ArrayList<UserHandle> profiles = new ArrayList<UserHandle>(); in getUserProfiles() local 889 profiles.add(userHandle); in getUserProfiles() 891 return profiles; in getUserProfiles()
|
/frameworks/base/docs/html/guide/appendix/ |
D | media-formats.jd | 32 …-specific. <strong>However, it is a best practice to use media encoding profiles that are device-a… 283 <p>Table 2, below, lists examples of video encoding profiles and parameters that the Android 288 a device's available <em>video recording</em> profiles can be used as a proxy for media playback 289 capabilities. These profiles can be inspected using the {@link android.media.CamcorderProfile
|
/frameworks/base/services/core/java/com/android/server/ |
D | LockSettingsService.java | 368 final List<UserInfo> profiles = um.getProfiles(userHandle); in maybeUpdateKeystore() local 373 if (userHandle == UserHandle.USER_OWNER && profiles.size() == 1) { in maybeUpdateKeystore() 379 for (UserInfo pi : profiles) { in maybeUpdateKeystore()
|
D | LocationManagerService.java | 306 List<UserInfo> profiles = mUserManager.getProfiles(currentUserId); in updateUserProfiles() local 308 mCurrentUserProfiles = new int[profiles.size()]; in updateUserProfiles() 310 mCurrentUserProfiles[i] = profiles.get(i).id; in updateUserProfiles()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipService.java | 128 ArrayList<SipProfile> profiles = new ArrayList<SipProfile>(); in getListOfProfiles() local 131 profiles.add(group.getLocalProfile()); in getListOfProfiles() 134 return profiles.toArray(new SipProfile[profiles.size()]); in getListOfProfiles()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | application-element.jd | 315 <p>Because restricted profiles currently 323 …AccountType">{@code android:restrictedAccountType}</a> null, so that restricted profiles cannot use 331 <dd>Specifies the account type required by this application and indicates that restricted profiles 333 {@link android.accounts.Account} and restricted profiles <strong>are allowed to 342 Specifying this attribute allows restricted profiles to use your 347 to make your app unavailable to restricted profiles.</p>
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 617 List<UserInfo> profiles = userManager.getProfiles(currentUserId); in updateCache() local 620 for (UserInfo user : profiles) { in updateCache()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 975 List<UserInfo> profiles = UserManager.get(mContext).getProfiles(currentUser); in isCurrentProfile() local 976 for (UserInfo user : profiles) { in isCurrentProfile() 997 List<UserInfo> profiles = UserManager.get(mContext).getProfiles(ownerUser); in isOwner() local 998 for (UserInfo profile : profiles) { in isOwner()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 72 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.
|
D | bluetooth.jd | 120 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
|
D | sip.jd | 13 <li><a href="#profiles">Registering with a SIP Server</a></li> 211 <h2 id="profiles">Registering with a SIP Server</h2>
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyManager.cpp | 3123 SortedVector< sp<IOProfile> > profiles; in checkOutputsForDevice() local 3133 profiles.add(mHwModules[i]->mOutputProfiles[j]); in checkOutputsForDevice() 3138 ALOGV(" found %d profiles, %d outputs", profiles.size(), outputs.size()); in checkOutputsForDevice() 3140 if (profiles.isEmpty() && outputs.isEmpty()) { in checkOutputsForDevice() 3147 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { in checkOutputsForDevice() 3148 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice() 3303 profiles.removeAt(profile_index); in checkOutputsForDevice() 3319 if (profiles.isEmpty()) { in checkOutputsForDevice() 3388 SortedVector< sp<IOProfile> > profiles; in checkInputsForDevice() local 3402 profiles.add(mHwModules[module_idx]->mInputProfiles[profile_index]); in checkInputsForDevice() [all …]
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.3.jd | 203 <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>
|
D | android-2.0-highlights.jd | 188 <li>New BT profiles: Object Push Profile (OPP) and Phone Book Access Profile (PBAP)</li>
|
D | android-1.5-highlights.jd | 84 <li>Stereo Bluetooth support (A2DP and AVCRP profiles)</li>
|
D | jelly-bean.jd | 193 <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 …]
|
D | lollipop.jd | 191 …in control over <strong>text-to-speech synthesis</strong> through voice profiles that are associat… 229 app is used by both profiles.</p>
|
D | android-3.0-highlights.jd | 251 …n build on. API support for Bluetooth A2DP and HSP profiles lets applications query Bluetooth prof…
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 466 List<UserInfo> profiles = userManager.getProfiles(getUserId()); in hasManagedProfile() local 467 for (UserInfo userInfo : profiles) { in hasManagedProfile()
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 3011 final List<UserInfo> profiles; in getEnabledGroupProfileIds() local 3014 profiles = mUserManager.getProfiles(parentId); in getEnabledGroupProfileIds() 3020 final int profileCount = profiles.size(); in getEnabledGroupProfileIds() 3022 if (profiles.get(i).isEnabled()) { in getEnabledGroupProfileIds() 3030 UserInfo profile = profiles.get(i); in getEnabledGroupProfileIds()
|