Searched refs:flags (Results 251 - 275 of 1495) sorted by relevance

<<11121314151617181920>>

/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanResult.java68 public void writeToParcel(Parcel dest, int flags) { argument
72 s.writeToParcel(dest, flags);
H A DScanSettings.java61 public void writeToParcel(Parcel out, int flags) { argument
64 for (WifiChannel channel : channelSet) channel.writeToParcel(out, flags);
/frameworks/native/include/binder/
H A DIMemory.h37 // flags returned by getFlags()
61 uint32_t flags = 0);
91 uint32_t flags = 0);
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h41 // flags for createSurface()
62 PixelFormat format, uint32_t flags,
87 Parcel* reply, uint32_t flags = 0);
/frameworks/native/libs/binder/
H A DIAppOpsCallback.cpp53 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
65 return BBinder::onTransact(code, data, reply, flags);
52 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/libs/gui/
H A DBufferItem.cpp106 // content flags are stored first
107 uint32_t& flags = *static_cast<uint32_t*>(buffer); local
112 flags = 0;
117 flags |= 1;
123 flags |= 2;
165 uint32_t flags = 0; local
166 FlattenableUtils::read(buffer, size, flags);
168 if (flags & 1) {
175 if (flags & 2) {
/frameworks/native/services/surfaceflinger/
H A DClient.h57 uint32_t w, uint32_t h,PixelFormat format, uint32_t flags,
68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DItem.java58 public void writeToParcel(Parcel dest, int flags) { argument
61 dest.writeParcelable(icon, flags);
/frameworks/support/customtabs/src/android/support/customtabs/
H A DICustomTabsService.aidl30 boolean warmup(long flags) = 1;
/frameworks/support/v4/java/android/support/v4/widget/
H A DResourceCursorAdapter.java89 * @param flags Flags used to determine the behavior of the adapter,
92 public ResourceCursorAdapter(Context context, int layout, Cursor c, int flags) { argument
93 super(context, c, flags);
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java64 @Override protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
93 return super.onTransact(code, data, reply, flags);
187 int flags = child.writeSelfToParcel(out, pwriter, mTmpMatrix);
190 if ((flags&ViewNode.FLAGS_HAS_CHILDREN) != 0) {
574 final int flags = mFlags;
575 if ((flags&FLAGS_HAS_ID) != 0) {
585 if ((flags&FLAGS_HAS_LARGE_COORDS) != 0) {
598 if ((flags&FLAGS_HAS_SCROLL) != 0) {
602 if ((flags&FLAGS_HAS_MATRIX) != 0) {
607 if ((flags
1496 writeToParcel(Parcel out, int flags) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp90 env->CallVoidMethod(mCallbacksObj, method_reportLocation, location->flags,
331 static void agps_request_set_id(uint32_t flags) argument
334 env->CallVoidMethod(mCallbacksObj, method_requestSetID, flags);
338 static void agps_request_ref_location(uint32_t flags) argument
341 env->CallVoidMethod(mCallbacksObj, method_requestRefLocation, flags);
357 location->flags, (jdouble)location->latitude, (jdouble)location->longitude,
368 jint flags = 0; local
377 flags = location->flags;
388 flags, latitud
604 android_location_GpsLocationProvider_delete_aiding_data(JNIEnv* , jobject , jint flags) argument
914 GpsClockFlags flags = clock->flags; local
977 GpsMeasurementFlags flags = measurement->flags; local
[all...]
/frameworks/av/media/libstagefright/
H A DXINGSeeker.cpp129 if (source->readAt(offset, &buffer, 4) < 4) { // flags
133 uint32_t flags = U32_AT(buffer); local
135 if (flags & 0x0001) { // Frames field is present
149 if (flags & 0x0002) { // Bytes field is present
156 if (flags & 0x0004) { // TOC field is present
165 if (flags & 0x0008) { // Quality indicator field is present
173 if (source->readAt(xingbase + 0xaf - 0x24, &buffer, 1) < 1) { // encoding flags
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp123 uint8_t flags; member in struct:android::id3_header
142 if (header.flags & 0x3f) {
148 if (header.flags & 0x40) {
155 if (header.flags & 0x1f) {
161 if (header.flags & 0x0f) {
227 } else if (header.flags & 0x80) {
234 if (header.version_major == 3 && (header.flags & 0x40)) {
286 } else if (header.version_major == 4 && (header.flags & 0x40)) {
363 uint16_t flags = U16_AT(&mData[offset + 8]); local
364 uint16_t prevFlags = flags;
727 uint16_t flags = U16_AT(&mParent.mData[mOffset + 8]); local
[all...]
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl43 oneway void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags,
46 void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage);
48 void setStreamVolume(int streamType, int index, int flags, String callingPackage);
58 void setMasterMute(boolean mute, int flags, String callingPackage, int userId);
115 IAudioFocusDispatcher fd, String clientId, String callingPackageName, int flags,
/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointDmTree.java71 public void writeToParcel(Parcel out, int flags) { argument
73 out.writeParcelable(perProviderSubscription, flags);
124 public void writeToParcel(Parcel out, int flags) { argument
186 public void writeToParcel(Parcel out, int flags) { argument
188 out.writeParcelable(policy, flags);
191 out.writeParcelable(subscriptionUpdate, flags);
192 out.writeParcelable(homeSP, flags);
193 out.writeParcelable(subscriptionParameters, flags);
194 out.writeParcelable(credential, flags);
195 //out.writeParcelable(extension, flags);
277 writeToParcel(Parcel out, int flags) argument
340 writeToParcel(Parcel out, int flags) argument
396 writeToParcel(Parcel out, int flags) argument
449 writeToParcel(Parcel out, int flags) argument
508 writeToParcel(Parcel out, int flags) argument
558 writeToParcel(Parcel out, int flags) argument
610 writeToParcel(Parcel out, int flags) argument
660 writeToParcel(Parcel out, int flags) argument
716 writeToParcel(Parcel out, int flags) argument
766 writeToParcel(Parcel out, int flags) argument
823 writeToParcel(Parcel out, int flags) argument
899 writeToParcel(Parcel out, int flags) argument
960 writeToParcel(Parcel out, int flags) argument
1013 writeToParcel(Parcel out, int flags) argument
1064 writeToParcel(Parcel out, int flags) argument
1110 writeToParcel(Parcel out, int flags) argument
1160 writeToParcel(Parcel out, int flags) argument
1212 writeToParcel(Parcel out, int flags) argument
1265 writeToParcel(Parcel out, int flags) argument
1309 writeToParcel(Parcel out, int flags) argument
1353 writeToParcel(Parcel out, int flags) argument
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelClass.java384 int flags = DYNAMIC;
386 flags |= STATIC;
389 flags |= CAN_BE_INVALIDATED;
396 flags |= CAN_BE_INVALIDATED;
400 method.getReturnType(null), flags);
422 int flags = 0;
424 flags |= DYNAMIC;
427 flags |= CAN_BE_INVALIDATED;
430 flags |= STATIC;
432 return new Callable(Callable.Type.FIELD, name, fieldType, flags);
[all...]
/frameworks/base/core/java/android/app/
H A DPendingIntent.java62 * categories, and components, and same flags), it will receive a PendingIntent
89 * Intents you will use, then you can alternatively use the flags
260 * @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
262 * or any of the flags as supported by
271 Intent intent, @Flags int flags) {
272 return getActivity(context, requestCode, intent, flags, null);
291 * @param flags May be {@link #FLAG_ONE_SHOT}, {@link #FLAG_NO_CREATE},
293 * or any of the flags as supported by
304 @NonNull Intent intent, @Flags int flags, @Nullable Bundle options) {
316 flags, option
270 getActivity(Context context, int requestCode, Intent intent, @Flags int flags) argument
303 getActivity(Context context, int requestCode, @NonNull Intent intent, @Flags int flags, @Nullable Bundle options) argument
328 getActivityAsUser(Context context, int requestCode, @NonNull Intent intent, int flags, Bundle options, UserHandle user) argument
393 getActivities(Context context, int requestCode, @NonNull Intent[] intents, @Flags int flags) argument
443 getActivities(Context context, int requestCode, @NonNull Intent[] intents, @Flags int flags, @Nullable Bundle options) argument
469 getActivitiesAsUser(Context context, int requestCode, @NonNull Intent[] intents, int flags, Bundle options, UserHandle user) argument
513 getBroadcast(Context context, int requestCode, Intent intent, @Flags int flags) argument
524 getBroadcastAsUser(Context context, int requestCode, Intent intent, int flags, UserHandle userHandle) argument
567 getService(Context context, int requestCode, @NonNull Intent intent, @Flags int flags) argument
1016 writeToParcel(Parcel out, int flags) argument
[all...]
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java41 * Display flags.
43 public int flags; field in class:DisplayInfo
272 && flags == other.flags
310 flags = other.flags;
347 flags = source.readInt();
390 public void writeToParcel(Parcel dest, int flags) { argument
392 dest.writeInt(this.flags);
413 supportedModes[i].writeToParcel(dest, flags);
647 flagsToString(int flags) argument
[all...]
H A DWindow.java636 wp.flags |= WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED;
806 * Convenience function to set the flag bits as specified in flags, as
808 * @param flags The flag bits to be set.
812 public void addFlags(int flags) { argument
813 setFlags(flags, flags);
817 public void addPrivateFlags(int flags) { argument
818 setPrivateFlags(flags, flags);
822 * Convenience function to clear the flag bits as specified in flags, a
828 clearFlags(int flags) argument
851 setFlags(int flags, int mask) argument
858 setPrivateFlags(int flags, int mask) argument
1123 performPanelShortcut(int featureId, int keyCode, KeyEvent event, int flags) argument
1127 performPanelIdentifierAction(int featureId, int id, int flags) argument
1133 performContextMenuIdentifierAction(int id, int flags) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java123 * Value for {@link #flags}: if set, this application is installed in the
129 * Value for {@link #flags}: set to true if this application would like to
138 * Value for {@link #flags}: set to true if this application has code
146 * Value for {@link #flags}: set to true if this application is persistent.
153 * Value for {@link #flags}: set to true if this application holds the
160 * Value for {@link #flags}: default value for the corresponding ActivityInfo flag.
167 * Value for {@link #flags}: default value for the corresponding ActivityInfo flag.
174 * Value for {@link #flags}: this is set if this application has been
180 * Value for {@link #flags}: this is set of the application has specified
187 * Value for {@link #flags}
413 public int flags = 0; field in class:ApplicationInfo
[all...]
H A DActivityInfo.java159 * Bit in {@link #flags} indicating whether this activity is able to
168 * Bit in {@link #flags} indicating that, when the activity's task is
175 * Bit in {@link #flags} indicating that, when the activity is the root
185 * Bit in {@link #flags} indicating that, when the activity is the root
192 * Bit in {@link #flags} indicating that the activity's state
199 * Bit in {@link #flags} that indicates that the activity should not
205 * Bit in {@link #flags} that indicates that the activity can be moved
211 * Bit in {@link #flags} indicating that, when the user navigates away
218 * Bit in {@link #flags} indicating that, when a request to close system
225 * Value for {@link #flags}
311 public int flags; field in class:ActivityInfo
[all...]
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp179 info.bestBatchParams.flags, info.bestBatchParams.batchDelay,
181 mSensorDevice->batch(mSensorDevice, handle,info.bestBatchParams.flags,
220 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, argument
235 "SensorDevice::batch: ident=%p, handle=0x%08x, flags=%d, period_ns=%" PRId64 " timeout=%" PRId64,
236 ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs);
242 BatchParams params(flags, samplingPeriodNs, maxBatchReportLatencyNs);
246 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs);
264 info.bestBatchParams.flags, info.bestBatchParams.batchDelay,
266 err = mSensorDevice->batch(mSensorDevice, handle, info.bestBatchParams.flags,
277 info.bestBatchParams.flags, inf
423 setBatchParamsForIdent(void* ident, int flags, int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/util/
H A DBase64Test.java38 * Encodes the string 'in' using 'flags'. Asserts that decoding
41 private String encodeToString(String in, int flags) throws Exception { argument
42 String b64 = Base64.encodeToString(in.getBytes(), flags);
321 for (int flags: flagses) {
322 byte[] encoded = Base64.encode(plain, flags);
334 b64is = new Base64InputStream(bais, flags);
343 b64is = new Base64InputStream(bais, flags);
352 b64is = new Base64InputStream(bais, flags);
373 b64is = new Base64InputStream(bais, flags, true);
382 b64is = new Base64InputStream(bais, flags, tru
[all...]
/frameworks/native/cmds/servicemanager/
H A Dbinder.c49 fprintf(stderr," target %016"PRIx64" cookie %016"PRIx64" code %08x flags %08x\n",
50 (uint64_t)txn->target.ptr, (uint64_t)txn->cookie, txn->code, txn->flags);
56 fprintf(stderr," - type %08x flags %08x ptr %016"PRIx64" cookie %016"PRIx64"\n",
57 obj->type, obj->flags, (uint64_t)obj->binder, (uint64_t)obj->cookie);
189 data.txn.flags = TF_STATUS_CODE;
195 data.txn.flags = 0;
330 if (msg->flags & BIO_F_OVERFLOW) {
338 writebuf.txn.flags = 0;
368 reply->flags |= BIO_F_IOERROR;
415 bio->flags
[all...]

Completed in 775 milliseconds

<<11121314151617181920>>