Searched refs:mode (Results 201 - 225 of 609) sorted by relevance

1234567891011>>

/frameworks/av/include/ndk/
H A DNdkMediaExtractor.h126 media_status_t AMediaExtractor_seekTo(AMediaExtractor*, int64_t seekPosUs, SeekMode mode);
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.h54 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:__anon453
H A Dpvmp3_decode_header.cpp180 info->mode = (temp << 24) >> 30; /* 2 */
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.h46 ElementaryStreamQueue(Mode mode, uint32_t flags = 0);
/frameworks/base/cmds/idmap/
H A Dscan.cpp51 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 local
52 if (chmod(filename, mode) == -1) {
69 static const mode_t mode = local
85 if (chmod(path.string(), mode) == -1) {
/frameworks/base/core/java/android/app/
H A DNativeActivity.java330 void showIme(int mode) { argument
331 mIMM.showSoftInput(mNativeContentView, mode);
334 void hideIme(int mode) { argument
335 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...]
H A DContextWrapper.java169 public SharedPreferences getSharedPreferences(String name, int mode) { argument
170 return mBase.getSharedPreferences(name, mode);
180 public FileOutputStream openFileOutput(String name, int mode) argument
182 return mBase.openFileOutput(name, mode);
256 public File getDir(String name, int mode) { argument
257 return mBase.getDir(name, mode);
261 public SQLiteDatabase openOrCreateDatabase(String name, int mode, CursorFactory factory) { argument
262 return mBase.openOrCreateDatabase(name, mode, factory);
266 public SQLiteDatabase openOrCreateDatabase(String name, int mode, CursorFactory factory, argument
268 return mBase.openOrCreateDatabase(name, mode, factor
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java30 * It has two modes: alpha and numeric. In alpha mode, it allows all Latin-1 characters and enables
31 * an additional keyboard with symbols. In numeric mode, it shows a 12-key DTMF dialer-like
62 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode) { argument
63 super(context, xmlLayoutResId, mode);
67 public PasswordEntryKeyboard(Context context, int xmlLayoutResId, int mode, argument
69 super(context, xmlLayoutResId, mode, width, height);
173 * Turn on shift mode. Sets shift mode and turns on icon for shift key.
/frameworks/base/libs/hwui/
H A DAnimationContext.h93 ANDROID_API virtual void startFrame(TreeInfo::TraversalMode mode);
H A DFontRenderer.h65 int alpha, SkXfermode::Mode mode, const SkPaint* paint): Functor(),
67 alpha(alpha), mode(mode), paint(paint) {
78 SkXfermode::Mode mode; member in class:android::uirenderer::TextSetupFunctor
64 TextSetupFunctor(OpenGLRenderer* renderer, float x, float y, bool pureTranslate, int alpha, SkXfermode::Mode mode, const SkPaint* paint) argument
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl99 int mode, String ussdMessage);
110 * Notifies the TTY mode change by remote party.
111 * @param mode one of the following:
117 void callSessionTtyModeReceived(in IImsCallSession session, in int mode);
/frameworks/base/test-runner/src/android/test/mock/
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, IBinder callerToken) argument
/frameworks/native/include/android/
H A Dasset_manager.h57 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h48 // Neither key nor iv are being used in this mode.
85 Mode mode,
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DFileChooserParamsAdapter.java51 return mParams.mode;
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java869 public int mode = MODE_INVALID; field in class:PackageInstaller.SessionParams
894 * @param mode one of {@link #MODE_FULL_INSTALL} or
898 public SessionParams(int mode) { argument
899 this.mode = mode;
904 mode = source.readInt();
1001 pw.printPair("mode", mode);
1021 dest.writeInt(mode);
1066 public int mode; field in class:PackageInstaller.SessionInfo
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dq_plsf_3.cpp808 mode = coder mode (enum)
813 MA prediction in DTX mode (Word16)
819 in DTX mode
836 mr795_1_lsf = first codebook for MR795 mode (const Word16)
838 past_rq_init = initalization table for MA predictor in DTX mode
866 enum Mode mode, // i : coder mode
870 Word16 *pred_init_i // o : init index for MA prediction in DTX mode
891 if (test(), sub(mode, MRDT
1006 Q_plsf_3( Q_plsfState *st, enum Mode mode, Word16 *lsp1, Word16 *lsp1_q, Word16 *indice, Word16 *pred_init_i, Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp105 void setMode(Mode mode);
231 void ANetworkSession::Session::setMode(Mode mode) { argument
232 mMode = mode;
963 Mode mode,
979 (mode == kModeCreateUDPSession) ? SOCK_DGRAM : SOCK_STREAM,
987 if (mode == kModeCreateRTSPServer
988 || mode == kModeCreateTCPDatagramSessionPassive) {
998 if (mode == kModeCreateUDPSession) {
1014 } else if (mode == kModeCreateTCPDatagramSessionActive) {
1042 if (mode
962 createClientOrServer( Mode mode, const struct in_addr *localAddr, unsigned port, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
[all...]
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp160 if (mPrefetechedLayers.size() && info.mode == TreeInfo::MODE_FULL) {
163 mAnimationContext->startFrame(info.mode);
272 DrawGlInfo::Mode mode = DrawGlInfo::kModeProcessNoContext; local
275 mode = DrawGlInfo::kModeProcess;
278 thread.renderState().invokeFunctor(functor, mode, NULL);

Completed in 574 milliseconds

1234567891011>>