/aosp12/frameworks/native/libs/binder/ |
H A D | RpcSession.cpp | 309 sp<RpcConnection> exclusive; in ExclusiveConnection() local 315 findConnection(tid, &exclusive, &available, mSession->mClientConnections, in ExclusiveConnection() 328 if (use == ConnectionUse::CLIENT_ASYNC && (exclusive != nullptr || available != nullptr)) { in ExclusiveConnection() 338 findConnection(tid, &exclusive, nullptr /*available*/, mSession->mServerConnections, in ExclusiveConnection() 343 if (exclusive != nullptr) { in ExclusiveConnection() 344 mConnection = exclusive; in ExclusiveConnection() 366 void RpcSession::ExclusiveConnection::findConnection(pid_t tid, sp<RpcConnection>* exclusive, in findConnection() argument 373 if (*exclusive != nullptr) return; // consistent with break below in findConnection() 386 if (exclusive && socket->exclusiveTid == tid) { in findConnection() 387 *exclusive = socket; in findConnection()
|
/aosp12/frameworks/base/tools/preload/ |
H A D | Operation.java | 83 long exclusive = inclusiveTimeNanos(); in exclusiveTimeMicros() local 86 exclusive -= child.inclusiveTimeNanos(); in exclusiveTimeMicros() 89 if (exclusive < 0) { in exclusiveTimeMicros() 93 return nanosToMicros(exclusive); in exclusiveTimeMicros()
|
/aosp12/system/core/libcutils/ |
H A D | socket_inaddr_any_server_windows.cpp | 51 int exclusive = 1; in socket_inaddr_any_server() local 53 if (setsockopt(sock, SOL_SOCKET, SO_EXCLUSIVEADDRUSE, (char*)&exclusive, in socket_inaddr_any_server() 54 sizeof(exclusive)) == SOCKET_ERROR || in socket_inaddr_any_server()
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/ |
H A D | SuggestionCategory.java | 58 public Builder setExclusive(boolean exclusive) { in setExclusive() argument 59 mExclusive = exclusive; in setExclusive()
|
H A D | SuggestionCategoryRegistry.java | 68 private static SuggestionCategory buildCategory(String categoryName, boolean exclusive, in buildCategory() argument 72 .setExclusive(exclusive) in buildCategory()
|
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/ |
H A D | test.proto | 150 // The atom has only primary field but no exclusive state field. 162 // Having 2 exclusive state field in the atom means the atom is badly designed. 175 // Atoms can have exclusive state field, but no primary field. That means 176 // the state is globally exclusive (e.g., DisplayState).
|
/aosp12/hardware/interfaces/automotive/evs/1.0/ |
H A D | IEvsEnumerator.hal | 59 * Get exclusive access to IEvsDisplay for the system 63 * the old instance shall be closed and give the new caller exclusive 87 * without acquiring exclusive ownership of the display.
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/ |
H A D | RoleListLiveData.java | 53 public RoleListLiveData(boolean exclusive, @NonNull UserHandle user, @NonNull Context context) { in RoleListLiveData() argument 54 mExclusive = exclusive; in RoleListLiveData()
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_for_each.rsh | 72 * 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.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | attributes | 10 # property owner attributes must be exclusive.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | attributes | 10 # property owner attributes must be exclusive.
|
/aosp12/system/sepolicy/private/ |
H A D | attributes | 10 # property owner attributes must be exclusive.
|
/aosp12/system/netd/server/ |
H A D | Controllers.cpp | 157 bool exclusive) { in createChildChains() argument 173 if (exclusive) { in createChildChains()
|
H A D | Controllers.h | 69 const std::vector<const char*>& childChains, bool exclusive);
|
/aosp12/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | ActionMenuItem.java | 173 public ActionMenuItem setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument 174 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
|
H A D | ActionMenu.java | 226 boolean exclusive) { in setGroupCheckable() argument 234 item.setExclusiveCheckable(exclusive); in setGroupCheckable()
|
/aosp12/hardware/interfaces/nfc/1.0/ |
H A D | INfc.hal | 88 * Grant HAL the exclusive control to send NCI commands. 91 * NfcEvent.RELEASE_CONTROL will notify when HAL no longer needs exclusive control.
|
/aosp12/hardware/interfaces/automotive/evs/1.1/ |
H A D | IEvsEnumerator.hal | 68 * Get exclusive access to IEvsDisplay for the system 73 * the new caller exclusive access.
|
/aosp12/packages/modules/StatsD/statsd/src/ |
H A D | FieldValue.h | 380 inline void setExclusiveState(bool exclusive) { setBitmaskAtPos(EXCLUSIVE_POS, exclusive); } in setExclusiveState() argument
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atom_field_options.proto | 27 // 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.
|
/aosp12/build/soong/cmd/extract_apks/bundle_proto/ |
H A D | targeting.proto | 41 // User Countries targeting describing an inclusive/exclusive list of country 47 // Indicates if the list above is exclusive.
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | Menu.java | 347 public void setGroupCheckable(int group, boolean checkable, boolean exclusive); in setGroupCheckable() argument
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | AutoScrollHelper.java | 261 public AutoScrollHelper setExclusive(boolean exclusive) { in setExclusive() argument 262 mExclusive = exclusive; in setExclusive()
|
/aosp12/art/runtime/ |
H A D | mutator_gc_coord.md | 15 holds the lock in writer or exclusive mode while it needs the heap data 72 released the mutator exclusive lock, and then returns to runnable state, 97 `ReaderWriterMutex` in shared mode. Thus any thread acquiring the lock in exclusive mode
|
/aosp12/packages/modules/GeoTZ/s2storage/tools/src/proto/ |
H A D | geotz_protos.proto | 47 // The end S2 cell ID (exclusive).
|