/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
H A D | omxVCM4P2_PredictReconCoefIntra.c | 64 * ACPredFlag - a flag indicating if AC prediction should be performed. It 104 OMX_U8 flag; local 118 flag = 0; 129 flag,
|
H A D | armVCM4P2_ACDCPredict.c | 63 * [in] ACPredFlag a flag indicating if AC prediction should be 68 * [in] flag This flag defines the if one wants to use this functions to 96 OMX_U8 flag, 173 if (flag) 202 if (flag) 235 if (flag) 86 armVCM4P2_ACDCPredict( OMX_S16 * pSrcDst, OMX_S16 * pPreACPredict, OMX_S16 * pPredBufRow, OMX_S16 * pPredBufCol, OMX_INT curQP, OMX_INT predQP, OMX_INT predDir, OMX_INT ACPredFlag, OMXVCM4P2VideoComponent videoComp, OMX_U8 flag, OMX_INT *pSumErr ) argument
|
H A D | omxVCM4P2_TransRecBlockCoef_intra.c | 70 * pSumErr - pointer to a flag indicating whether or not AC prediction is 90 * shortVideoHeader - binary flag indicating presence of 158 OMX_U8 flag; local 235 flag = 1; 255 flag,
|
/frameworks/base/core/java/android/webkit/ |
H A D | ServiceWorkerWebSettings.java | 79 * @param flag true means block network loads by the Service Workers 81 public abstract void setBlockNetworkLoads(boolean flag); argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/car/ |
H A D | CarVolumeDialogController.java | 67 protected void setAudioManagerStreamVolume(int stream, int level, int flag) { argument 73 mCarAudioManager.setStreamVolume(stream, level, flag);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | TunablePadding.java | 62 private int getPadding(int dimen, int flag) { argument 63 return ((mFlags & flag) != 0) ? dimen : 0;
|
/frameworks/base/telephony/java/android/telephony/mbms/ |
H A D | DownloadStateCallback.java | 88 * Returns true if a filter flag is set for a particular callback method. If the flag is set, 90 * @param flag A filter flag specifying whether or not a callback method is registered to 94 public final boolean isFilterFlagSet(@FilterFlag int flag) { argument 98 return (mCallbackFilterFlags & flag) > 0;
|
/frameworks/support/compat/java/android/support/v4/accessibilityservice/ |
H A D | AccessibilityServiceInfoCompat.java | 73 * If this flag is set the system will regard views that are not important 85 * {@link Build.VERSION_CODES#JELLY_BEAN} or higher this flag has to be explicitly 88 * {@link Build.VERSION_CODES#JELLY_BEAN} this flag is ignored and all views are 105 * This flag requests that the system gets into touch exploration mode. 110 * accessibility service that has this flag set. Hence, clearing this 111 * flag does not guarantee that the device will not be in touch exploration 116 * this flag have to declare this capability in their meta-data by setting 117 * the attribute canRequestTouchExplorationMode to true, otherwise this flag 124 * the first time they are run, if this flag is specified, a dialog is 131 * This flag request 248 flagToString(int flag) argument [all...] |
/frameworks/av/media/libmedia/ |
H A D | IDataSource.cpp | 184 const int32_t flag = data.readInt32(); local 185 if (flag != 0) {
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
H A D | pvmp3_dct_16.cpp | 46 Int flag processing direction: forward (1), backward ( 0) 153 void pvmp3_dct_16(int32 vec[], int32 flag) argument 262 if (!flag)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
H A D | h264bsd_storage.c | 287 isIdr flag to indicate if the picture is an IDR picture 306 u32 flag; local 377 * 1) application set noReordering flag 385 flag = HANTRO_TRUE; 387 flag = HANTRO_FALSE; 395 flag);
|
/frameworks/base/core/java/android/net/ |
H A D | InterfaceConfiguration.java | 52 public boolean hasFlag(String flag) { argument 53 validateFlag(flag); 54 return mFlags.contains(flag); 57 public void clearFlag(String flag) { argument 58 validateFlag(flag); 59 mFlags.remove(flag); 62 public void setFlag(String flag) { argument 63 validateFlag(flag); 64 mFlags.add(flag); 146 for (String flag 171 validateFlag(String flag) argument [all...] |
/frameworks/base/location/java/android/location/ |
H A D | FusedBatchOptions.java | 79 public void setFlag(int flag) { argument 80 mFlags |= flag; 83 public void resetFlag(int flag) { argument 84 mFlags &= ~flag; 87 public boolean isFlagSet(int flag) { argument 88 return (mFlags & flag) != 0; 96 * Definition of enum flag sets needed by this class.
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | GmsFusedBatchOptions.java | 70 public void setFlag(int flag) { argument 71 mOptions.setFlag(flag); 74 public void resetFlag(int flag) { argument 75 mOptions.resetFlag(flag); 78 public boolean isFlagSet(int flag) { argument 79 return mOptions.isFlagSet(flag); 87 * Definition of enum flag sets needed by this class.
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiMhlControllerStub.java | 101 void setOption(int flag, int value) { argument 125 * flag register info in MHL specification.
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | BidiRenderer.java | 131 int flag = Font.LAYOUT_NO_LIMIT_CONTEXT | Font.LAYOUT_NO_START_CONTEXT; 132 flag |= isRtl ? Font.LAYOUT_RIGHT_TO_LEFT : Font.LAYOUT_LEFT_TO_RIGHT; 133 renderScript(run.start, run.limit, run.font, flag, advances, advancesIndex, draw); 144 private void renderScript(int start, int limit, Font preferredFont, int flag, argument 155 render(start, limit, preferredFont, flag, advances, advancesIndex, draw); 160 render(start, canDisplayUpTo, preferredFont, flag, advances, advancesIndex, draw); 178 render(start, start+charCount, font, flag, advances, advancesIndex, draw); 190 render(start, start + charCount, preferredFont, flag, advances, advancesIndex, 208 private void render(int start, int limit, Font font, int flag, float[] advances, argument 227 GlyphVector gv = font.layoutGlyphVector(frc, mText, start, limit, flag); [all...] |
/frameworks/opt/net/lowpan/libandroid_net_lowpan/ |
H A D | LowpanBeaconInfo.cpp | 174 ALOGE("Bad flag count"); 181 int32_t flag = 0; local 182 RETURN_IF_FAILED(parcel->readInt32(&flag)); 183 mFlags.insert(flag);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
H A D | MockKeyStore.java | 22 public int flag; field in class:MockKeyStore.KeyBlob 24 public void update(byte[] blob, int flag) { argument 26 this.flag = flag; 144 access(destUid, destKey, true).update(blob.blob, blob.flag);
|
/frameworks/av/camera/tests/ |
H A D | CameraZSLTests.cpp | 59 status_t waitForEvent(Mutex &mutex, Condition &condition, bool &flag); 148 Condition &condition, bool &flag) { 151 flag = false; 153 while (!flag) { 147 waitForEvent(Mutex &mutex, Condition &condition, bool &flag) argument
|
/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteQueryBuilder.java | 171 public void setStrict(boolean flag) { argument 172 mStrict = flag;
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ViewInfoStore.java | 103 private ItemHolderInfo popFromLayoutStep(ViewHolder vh, int flag) { argument 109 if (record != null && (record.flags & flag) != 0) { 110 record.flags &= ~flag; 112 if (flag == FLAG_PRE) { 114 } else if (flag == FLAG_POST) { 117 throw new IllegalArgumentException("Must provide flag PRE or POST"); 119 // if not pre-post flag is left, clear. 252 throw new IllegalStateException("record without any reasonable flag combination:/");
|
/frameworks/base/lowpan/java/android/net/lowpan/ |
H A D | LowpanBeaconInfo.java | 136 public boolean isFlagSet(int flag) { argument 137 return mFlags.contains(flag); 158 for (Integer flag : mFlags) { 159 switch (flag.intValue()) { 164 sb.append(", FLAG_").append(Integer.toHexString(flag));
|
/frameworks/base/obex/javax/obex/ |
H A D | ClientOperation.java | 158 * Allows to set flag which will force GET to be always sent as single packet request with 159 * final flag set. This is to improve compatibility with some profiles, i.e. PBAP which 162 public void setGetFinalFlag(boolean flag) { argument 163 mGetFinalFlag = flag;
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
H A D | MtpDocumentsProviderTest.java | 924 private void setupProvider(int flag) { argument 925 mDatabase = new MtpDatabase(getContext(), flag);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | ELFSegment.h | 65 uint32_t flag() const { return m_Flag; } function in class:mcld::ELFSegment
|