Searched refs:flag (Results 151 - 175 of 223) sorted by relevance

123456789

/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java95 @IntDef(flag = true,
132 @IntDef(flag = true,
/frameworks/base/core/java/android/print/
H A DPrintAttributes.java51 @IntDef(flag = true, value = {
66 @IntDef(flag = true, value = {
/frameworks/base/media/java/android/media/
H A DMediaCodec.java292 #start} and before any frame data. Such data must be marked using the flag {@link
377 #BUFFER_FLAG_CODEC_CONFIG codec-config flag}. Buffers containing codec-specific-data have no
577 {@link #BUFFER_FLAG_END_OF_STREAM} flag in the call to {@link #queueInputBuffer
579 empty input buffer with the end-of-stream flag set. If using an empty buffer, the timestamp will
583 output stream by specifying the same end-of-stream flag in the {@link BufferInfo} set in {@link
1541 // The follow flag constants MUST stay in sync with their equivalents
1572 flag = true,
1816 * If this codec is to be used as an encoder, pass this flag.
1821 @IntDef(flag = true, value = { CONFIGURE_FLAG_ENCODE })
2233 * {@link #flush} by specifying the flag {
[all...]
H A DAudioManager.java409 * By default this is on for the ring stream. If this flag is included,
513 final int flag = 1 << i;
514 if ((flags & flag) != 0) {
519 flags &= ~flag;
2272 // AUDIOFOCUS_FLAG_DELAY_OK flag
2288 * Use this flag when requesting audio focus to indicate it is ok for the requester to not be
2297 * Use this flag when requesting audio focus to indicate that the requester
2303 * thus always pause. This flag enables them to be declared as such whenever they request focus.
2309 * Use this flag to lock audio focus so granting is temporarily disabled.
2310 * <br>This flag ca
[all...]
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DMtpDocumentsProviderTest.java772 private void setupProvider(int flag) { argument
773 mDatabase = new MtpDatabase(getContext(), flag);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java202 * Check if this session has the specified flag.
204 * @param flag The flag to check.
205 * @return True if this session has that flag set, false otherwise.
207 public boolean hasFlag(int flag) { argument
208 return (mFlags & flag) != 0;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec24 void glDepthMask ( GLboolean flag )
H A DGLES20.spec36 void glDepthMask ( GLboolean flag )
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp52 #define PER_ARRAY_TYPE(flag, fnc, readonly, ...) { \
66 ptr = _env->GetFloatArrayElements((jfloatArray)data, flag); \
95 ptr = _env->GetDoubleArrayElements((jdoubleArray)data, flag); \
125 ptr = _env->GetByteArrayElements((jbyteArray)data, flag); \
156 ptr = _env->GetShortArrayElements((jshortArray)data, flag); \
186 ptr = _env->GetIntArrayElements((jintArray)data, flag); \
216 ptr = _env->GetLongArrayElements((jlongArray)data, flag); \
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp40 #define PER_ARRAY_TYPE(flag, fnc, readonly, ...) { \
54 ptr = _env->GetFloatArrayElements((jfloatArray)data, flag); \
79 ptr = _env->GetDoubleArrayElements((jdoubleArray)data, flag); \
105 ptr = _env->GetByteArrayElements((jbyteArray)data, flag); \
131 ptr = _env->GetShortArrayElements((jshortArray)data, flag); \
157 ptr = _env->GetIntArrayElements((jintArray)data, flag); \
183 ptr = _env->GetLongArrayElements((jlongArray)data, flag); \
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp199 if ((pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC) == 0)
853 // If the flag of target section is not ALLOC, we will not scan this
856 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) {
1050 // If the flag of target section is not ALLOC, we will not scan this
1053 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java570 int flag = arg0.getSimSlotIndex() - arg1.getSimSlotIndex();
571 if (flag == 0) {
575 return flag;
832 * @param showPlmn flag to indicate if plmn should be included in carrier text
834 * @param showSpn flag to indicate if spn should be included in carrier text
/frameworks/base/core/java/android/app/
H A DPendingIntent.java98 @IntDef(flag = true,
279 * Intent.FLAG_ACTIVITY_NEW_TASK} launch flag in the Intent.
310 * Intent.FLAG_ACTIVITY_NEW_TASK} launch flag in the Intent.
389 * Intent.FLAG_ACTIVITY_NEW_TASK} launch flag in the Intent. (Activities after
439 * Intent.FLAG_ACTIVITY_NEW_TASK} launch flag in the Intent. (Activities after
671 * original Intent. If flag {@link #FLAG_IMMUTABLE} was set when this
721 * If flag {@link #FLAG_IMMUTABLE} was set when this pending intent was
759 * If flag {@link #FLAG_IMMUTABLE} was set when this pending intent was
804 * If flag {@link #FLAG_IMMUTABLE} was set when this pending intent was
/frameworks/base/core/java/android/os/
H A DMessageQueue.java841 @IntDef(flag=true, value={EVENT_INPUT, EVENT_OUTPUT, EVENT_ERROR})
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java195 * A process can set this flag to false to prevent the use of hardware
303 // This flag isn't really used as there's nothing that we care to do
315 @IntDef(flag = true, value = {
491 * Hard stops or resumes rendering into the surface. This flag is used to
H A DViewGroup.java240 // When set, dispatchDraw() will run the layout animation and unset the flag
266 // This flag is set when the layout animation is over (after FLAG_ANIMATION_DONE is set)
329 * Used to map between enum in attrubutes and flag values.
2204 // we clear the flag and dispatch the event to all children as usual.
2286 // the flag and do a normal dispatch to all children.
2410 * Resets the cancel next up flag.
2411 * Returns true if the flag was previously set.
3481 // We will draw our child's animation, let's reset the flag
5128 // If the child is drawing an animation, we want to copy this flag onto
5140 // Mark the child as dirty, using the appropriate flag
5787 hasBooleanFlag(int flag) argument
5791 setBooleanFlag(int flag, boolean value) argument
[all...]
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp197 void glDepthMask(GLboolean flag) {} argument
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java718 @IntDef(flag=true, value = { FLAG_BROWSABLE, FLAG_PLAYABLE })
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java494 // C function void glDepthMask ( GLboolean flag )
497 boolean flag
H A DGLErrorWrapper.java225 public void glDepthMask(boolean flag) { argument
227 mgl.glDepthMask(flag);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java412 boolean flag
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java843 public void setMasterSyncAutomatically(boolean flag, int userId) { argument
846 if (auto != null && auto.equals(flag)) {
849 mMasterSyncAutomatically.put(userId, flag);
852 if (flag) {
/frameworks/base/core/java/android/text/
H A DHtml.java373 // Only use the last AlignmentSpan with flag SPAN_PARAGRAPH
940 * @param flag the corresponding option flag defined in {@link Html} of a block-level element
942 private int getMargin(int flag) { argument
943 if ((flag & mFlags) != 0) {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java81 protected void setFiredFlag(int flag) { argument
83 mFiredFlags |= flag;
/frameworks/av/services/audioflinger/
H A DTracks.cpp1052 void AudioFlinger::PlaybackThread::Track::signalClientFlag(int32_t flag) argument
1056 android_atomic_or(flag, &cblk->mFlags);

Completed in 3740 milliseconds

123456789