Searched refs:inserted (Results 1 – 18 of 18) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | TransactionCallbackInvoker.cpp | 64 auto [itr, inserted] = mRegisteringTransactions.insert(listenerCallbacks); in startRegistration() 67 if (inserted) { in startRegistration()
|
/frameworks/native/libs/binder/ |
D | RpcState.cpp | 81 auto&& [it, inserted] = mNodeForAddress.insert({RpcAddress::unique(), in onBinderLeaving() 88 LOG_ALWAYS_FATAL_IF(!inserted); in onBinderLeaving() 113 auto&& [it, inserted] = mNodeForAddress.insert({address, BinderNode{}}); in onBinderEntering() 114 LOG_ALWAYS_FATAL_IF(!inserted, "Failed to insert binder when creating proxy"); in onBinderEntering()
|
/frameworks/base/tools/aapt2/ |
D | formats.md | 21 boundary, so if a previous entry ends unaligned, padding must be inserted.
|
/frameworks/base/libs/hwui/jni/ |
D | Typeface.cpp | 308 bool inserted = fcToIndex.emplace(typeface->fFontCollection, fontCollections.size()).second; in Typeface_writeTypefaces() local 309 if (inserted) { in Typeface_writeTypefaces()
|
/frameworks/minikin/libs/minikin/ |
D | FontCollection.cpp | 182 bool inserted = in collectAllFontFamilies() local 184 if (inserted) { in collectAllFontFamilies()
|
/frameworks/base/tools/protologtool/ |
D | README.md | 34 …string, log level and log group name and inserted after the `ProtoLogGroup` argument. After the ha…
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 308 // Restore was done once sim was inserted.
|
/frameworks/base/services/incremental/ |
D | IncrementalService.cpp | 573 auto [it, inserted] = mMounts.try_emplace(id, nullptr); in getStorageSlotLocked() 574 if (inserted) { in getStorageSlotLocked() 1548 auto [_, inserted] = mMounts.try_emplace(storageId, ifs); in adoptMountedInstances() 1549 if (!inserted) { in adoptMountedInstances() 1736 auto [_, inserted] = mMounts.try_emplace(storageId, ifs); in mountExistingImage() 1737 if (!inserted) { in mountExistingImage()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 145 respectively, that are to be inserted. <keySize> and <valueSize> specify
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 1891 * SIM card is inserted, but the state is unknown. Typically happened when the SIM is inserted 1896 /** No SIM card is inserted in the slot. */
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 1528 auto [dev_it, inserted] = mDevices.insert_or_assign(device->id, std::move(device)); in getEvents() 1529 if (!inserted) { in getEvents()
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 187 // inserted.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 397 # is inserted in the documentation for inline members.
|
/frameworks/native/docs/ |
D | Doxyfile | 479 # is inserted in the documentation for inline members.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 518 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 553 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 562 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 15506 // Indicates which criteria was used to match the inserted SIM to backed up
|