Searched refs:mode (Results 176 - 200 of 525) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DSkiaColorFilter.cpp95 SkiaBlendFilter::SkiaBlendFilter(SkColorFilter* skFilter, int color, SkXfermode::Mode mode): argument
96 SkiaColorFilter(skFilter, kBlend, true), mMode(mode) {
H A DFontRenderer.h67 int alpha, SkXfermode::Mode mode, SkPaint* paint): Functor(),
69 alpha(alpha), mode(mode), paint(paint) {
80 SkXfermode::Mode mode; member in class:android::uirenderer::TextSetupFunctor
66 TextSetupFunctor(OpenGLRenderer* renderer, float x, float y, bool pureTranslate, int alpha, SkXfermode::Mode mode, SkPaint* paint) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.h69 CryptoPlugin::Mode mode,
92 void setVideoScalingMode(int mode);
/frameworks/base/services/java/com/android/server/am/
H A DCompatModeDialog.java82 int mode = mService.mCompatModePackages.computeCompatModeLocked(mAppInfo);
83 mCompatEnabled.setChecked(mode == ActivityManager.COMPAT_MODE_ENABLED);
/frameworks/base/test-runner/src/android/test/
H A DProviderTestCase2.java85 public File getDir(String name, int mode) { argument
88 return getContext().getDir("mockcontext2_" + name, mode);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockIContentProvider.java65 String callingPackage, Uri url, String mode, ICancellationSignal signal) {
70 String callingPackage, Uri uri, String mode, ICancellationSignal signal) {
64 openFile( String callingPackage, Uri url, String mode, ICancellationSignal signal) argument
69 openAssetFile( String callingPackage, Uri uri, String mode, ICancellationSignal signal) argument
H A DMockContentProvider.java87 String callingPackage, Uri url, String mode, ICancellationSignal signal)
89 return MockContentProvider.this.openAssetFile(url, mode);
94 String callingPackage, Uri url, String mode, ICancellationSignal signal)
96 return MockContentProvider.this.openFile(url, mode);
86 openAssetFile( String callingPackage, Uri url, String mode, ICancellationSignal signal) argument
93 openFile( String callingPackage, Uri url, String mode, ICancellationSignal signal) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java37 * frame data in the desired format. You must pass in a {@code mode} indicating whether you wish
58 /** Frame data access mode: Read */
60 /** Frame data access mode: Write */
174 final void assertAccessible(int mode) { argument
175 // Make sure frame is in write-mode
176 if (mReadOnly && mode == MODE_WRITE) {
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp512 Asset* AssetManager::open(const char* fileName, AccessMode mode) argument
534 Asset* pAsset = openNonAssetInPathLocked(assetName.string(), mode, mAssetPaths.itemAt(i));
549 Asset* AssetManager::openNonAsset(const char* fileName, AccessMode mode) argument
568 fileName, mode, mAssetPaths.itemAt(i));
577 Asset* AssetManager::openNonAsset(void* cookie, const char* fileName, AccessMode mode) argument
593 fileName, mode, mAssetPaths.itemAt(which));
796 Asset* AssetManager::openNonAssetInPathLocked(const char* fileName, AccessMode mode, argument
806 pAsset = openAssetFromFileLocked(path, mode);
811 pAsset = openAssetFromFileLocked(path, mode);
833 pAsset = openAssetFromZipLocked(pZip, entry, mode, pat
855 openInPathLocked(const char* fileName, AccessMode mode, const asset_path& ap) argument
884 openInLocaleVendorLocked(const char* fileName, AccessMode mode, const asset_path& ap, const char* locale, const char* vendor) argument
1072 openAssetFromFileLocked(const String8& pathName, AccessMode mode) argument
1094 openAssetFromZipLocked(const ZipFileRO* pZipFile, const ZipEntryRO entry, AccessMode mode, const String8& entryName) argument
[all...]
/frameworks/av/libvideoeditor/osal/inc/
H A DLVOSA_FileReader_optim.h45 M4OSA_FileSeekAccessMode mode,
/frameworks/av/media/libmedia/
H A DICrypto.cpp98 CryptoPlugin::Mode mode,
106 data.writeInt32(mode);
229 CryptoPlugin::Mode mode = (CryptoPlugin::Mode)data.readInt32(); local
262 mode,
94 decrypt( bool secure, const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, const void *srcPtr, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, void *dstPtr, AString *errorDetailMsg) argument
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.h52 CryptoPlugin::Mode mode,
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dvad2.h192 void LTP_flag_update(vadState2 *st, Word16 mode, Flag *pOverflow);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddtx_dec.h163 enum Mode mode, /* i : AMR mode */
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.h68 #include "mode.h"
260 enum Mode mode, /* i : AMR mode */
263 enum Mode *usedMode, /* o : used mode */
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.h95 PV_STATUS PV_GetMBvectors(VideoDecData *, uint mode);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dec_defs.h128 int32 mode; member in struct:__anon691
H A Dpvmp3_decode_header.cpp180 info->mode = (temp << 24) >> 30; /* 2 */
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.h45 ElementaryStreamQueue(Mode mode, uint32_t flags = 0);
/frameworks/base/core/java/android/app/
H A DNativeActivity.java331 void showIme(int mode) { argument
332 mIMM.showSoftInput(mNativeContentView, mode);
335 void hideIme(int mode) { argument
336 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode);
/frameworks/base/core/java/android/content/
H A DSearchRecentSuggestionsProvider.java91 // a small set of mode bitflags in the version int.
98 * This mode bit configures the database to record recent queries. <i>required</i>
104 * This mode bit configures the database to include a 2nd annotation line with each entry.
122 * as a mode flags field, and configures the database columns depending on the mode bits
166 * @param mode You can use mode flags here to determine certain functional aspects of your
173 protected void setupSuggestions(String authority, int mode) { argument
175 ((mode & DATABASE_MODE_QUERIES) == 0)) {
178 // unpack mode flag
[all...]
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java166 null /* mode */)) {
184 public static boolean containsSubtypeOf(InputMethodInfo imi, String language, String mode) { argument
190 if(!TextUtils.isEmpty(mode) && !imi.getSubtypeAt(i).getMode().equalsIgnoreCase(mode)) {
208 InputMethodInfo imi, String mode) {
213 if (subtype.overridesImplicitlyEnabledSubtype() && subtype.getMode().equals(mode)) {
272 final String mode = subtype.getMode();
273 if (!applicableModeAndSubtypesMap.containsKey(mode)) {
274 applicableModeAndSubtypesMap.put(mode, subtype);
284 final String mode
207 getOverridingImplicitlyEnabledSubtypes( InputMethodInfo imi, String mode) argument
347 findLastResortApplicableSubtypeLocked( Resources res, List<InputMethodSubtype> subtypes, String mode, String locale, boolean canIgnoreLocaleAsLastResort) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java31 * It has two modes: alpha and numeric. In alpha mode, it allows all Latin-1 characters and enables
32 * an additional keyboard with symbols. In numeric mode, it shows a 12-key DTMF dialer-like
63 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode) { argument
64 super(context, xmlLayoutResId, mode);
68 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode, argument
70 super(context, xmlLayoutResId, mode, width, height);
174 * Turn on shift mode. Sets shift mode and turns on icon for shift key.
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.h45 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode);
/frameworks/native/include/android/
H A Dasset_manager.h57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);

Completed in 495 milliseconds

1234567891011>>