Home
last modified time | relevance | path

Searched refs:exclusive (Results 1 – 25 of 172) sorted by relevance

1234567

/frameworks/base/tools/preload/
DOperation.java83 long exclusive = inclusiveTimeNanos(); in exclusiveTimeMicros() local
86 exclusive -= child.inclusiveTimeNanos(); in exclusiveTimeMicros()
89 if (exclusive < 0) { in exclusiveTimeMicros()
93 return nanosToMicros(exclusive); in exclusiveTimeMicros()
/frameworks/native/libs/binder/
DRpcSession.cpp874 sp<RpcConnection> exclusive; in find() local
880 findConnection(tid, &exclusive, &available, session->mConnections.mOutgoing, in find()
893 if (use == ConnectionUse::CLIENT_ASYNC && (exclusive != nullptr || available != nullptr)) { in find()
912 exclusive = exclusiveIncoming; in find()
916 exclusive = exclusiveIncoming; in find()
922 if (exclusive != nullptr) { in find()
923 connection->mConnection = exclusive; in find()
957 void RpcSession::ExclusiveConnection::findConnection(uint64_t tid, sp<RpcConnection>* exclusive, in findConnection() argument
964 if (*exclusive != nullptr) return; // consistent with break below in findConnection()
977 if (exclusive && socket->exclusiveTid == tid) { in findConnection()
[all …]
/frameworks/rs/script_api/include/
Drs_for_each.rsh72 * The Start fields are inclusive and the End fields are exclusive. E.g. to iterate
78 uint32_t xEnd; // Ending index (exclusive) in the X dimension.
80 uint32_t yEnd; // Ending index (exclusive) in the Y dimension.
82 uint32_t zEnd; // Ending index (exclusive) in the Z dimension.
84 uint32_t arrayEnd; // Ending index (exclusive) in the Array0 dimension.
86 uint32_t array1End; // Ending index (exclusive) in the Array1 dimension.
88 uint32_t array2End; // Ending index (exclusive) in the Array2 dimension.
90 uint32_t array3End; // Ending index (exclusive) in the Array3 dimension.
/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest_external.proto217 // The atom has only primary field but no exclusive state field.
229 // Having 2 exclusive state field in the atom means the atom is badly designed.
247 // Atoms can have exclusive state field, but no primary field. That means
248 // the state is globally exclusive (e.g., DisplayState).
Dtest.proto217 // The atom has only primary field but no exclusive state field.
229 // Having 2 exclusive state field in the atom means the atom is badly designed.
247 // Atoms can have exclusive state field, but no primary field. That means
248 // the state is globally exclusive (e.g., DisplayState).
/frameworks/base/core/java/android/view/
DMenu.java347 public void setGroupCheckable(int group, boolean checkable, boolean exclusive); in setGroupCheckable() argument
/frameworks/base/core/java/com/android/internal/view/menu/
DActionMenuItem.java173 public ActionMenuItem setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument
174 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
DActionMenu.java226 boolean exclusive) { in setGroupCheckable() argument
234 item.setExclusiveCheckable(exclusive); in setGroupCheckable()
DMenuItemImpl.java573 public void setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument
574 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java261 public AutoScrollHelper setExclusive(boolean exclusive) { in setExclusive() argument
262 mExclusive = exclusive; in setExclusive()
/frameworks/proto_logging/stats/
Datom_field_options.proto27 // ONE exclusive state field, and any number of primary key fields. For example, message
71 // The field that represents the state. It's an exclusive state.
/frameworks/av/services/audiopolicy/engineconfigurable/tools/
DdomainGeneratorPolicy.py64 <criterion_type name="" type=<inclusive|exclusive> \
DbuildPolicyCriterionTypes.py71 <criterion_type name="" type=<inclusive|exclusive> \
/frameworks/base/core/java/android/widget/
DTabHost.java697 final boolean exclusive = iconView.getVisibility() == View.GONE; in createIndicatorView()
698 final boolean bindIcon = !exclusive || TextUtils.isEmpty(mLabel); in createIndicatorView()
DActionMenuView.java747 public void setExpandedActionViewsExclusive(boolean exclusive) { in setExpandedActionViewsExclusive() argument
748 mPresenter.setExpandedActionViewsExclusive(exclusive); in setExpandedActionViewsExclusive()
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp345 static status_t dumpPidToFd(const sp<IBinder>& service, const unique_fd& fd, bool exclusive) { in dumpPidToFd() argument
351 if (!exclusive) { in dumpPidToFd()
/frameworks/native/libs/binder/include/binder/
DRpcSession.h333 static void findConnection(uint64_t tid, sp<RpcConnection>* exclusive,
/frameworks/rs/script_api/
Drs_atomic.spec216 summary: Thread-safe bitwise exclusive or
/frameworks/av/services/mediaextractor/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/av/media/module/foundation/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/av/media/module/mpeg2ts/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/base/media/jni/soundpool/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/av/media/libmedia/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/base/keystore/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable

1234567