/aosp_15_r20/hardware/google/gfxstream/host/ |
D | VirtioGpuFrontend.cpp | 160 int VirtioGpuFrontend::resetPipe(VirtioGpuContextId contextId, GoldfishHostPipe* hostPipe) { in resetPipe() 185 int VirtioGpuFrontend::createContext(VirtioGpuCtxId contextId, uint32_t nlen, const char* name, in createContext() 201 int VirtioGpuFrontend::destroyContext(VirtioGpuCtxId contextId) { in destroyContext() 432 int VirtioGpuFrontend::acquireContextFence(uint32_t contextId, uint64_t fenceId) { in acquireContextFence() 472 for (auto contextId : attachedContextIds) { in unrefResource() local 691 void VirtioGpuFrontend::attachResource(uint32_t contextId, uint32_t resourceId) { in attachResource() 713 void VirtioGpuFrontend::detachResource(uint32_t contextId, uint32_t resourceId) { in detachResource() 770 int VirtioGpuFrontend::createBlob(uint32_t contextId, uint32_t resourceId, in createBlob() 930 for (const VirtioGpuContextId contextId : contextIds) { in destroyVirtioGpuObjects() local 946 for (const VirtioGpuContextId contextId : contextIds) { in destroyVirtioGpuObjects() local
|
D | VirtioGpuResource.cpp | 144 const gfxstream::host::FeatureSet& features, uint32_t pageSize, uint32_t contextId, in Create() 258 void VirtioGpuResource::AttachToContext(VirtioGpuContextId contextId) { in AttachToContext() 263 void VirtioGpuResource::DetachFromContext(VirtioGpuContextId contextId) { in DetachFromContext()
|
D | VirtioGpuResource.h | 103 VirtioGpuContextId contextId = -1; member
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/javac/anno/com/android/adservices/data/adselection/ |
D | AutoValue_DBEncryptionContext.java | 19 private final long contextId; field in AutoValue_DBEncryptionContext 42 long contextId, in AutoValue_DBEncryptionContext() 154 private long contextId; field in AutoValue_DBEncryptionContext.Builder 165 public DBEncryptionContext.Builder setContextId(long contextId) { in setContextId()
|
D | EncryptionContextDao_Impl.java | 77 public DBEncryptionContext getEncryptionContext(final long contextId, in getEncryptionContext()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/javac/anno/com/android/adservices/data/adselection/ |
D | AutoValue_DBEncryptionContext.java | 19 private final long contextId; field in AutoValue_DBEncryptionContext 42 long contextId, in AutoValue_DBEncryptionContext() 154 private long contextId; field in AutoValue_DBEncryptionContext.Builder 165 public DBEncryptionContext.Builder setContextId(long contextId) { in setContextId()
|
D | EncryptionContextDao_Impl.java | 77 public DBEncryptionContext getEncryptionContext(final long contextId, in getEncryptionContext()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/ |
D | EncryptionContextDao.java | 44 long contextId, @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType); in getEncryptionContext() 60 long contextId, EncryptionContext encryptionContext, Instant creationInstant) { in persistEncryptionContext() 83 long contextId, @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType) in getEncryptionContextForIdAndKeyType()
|
D | DBEncryptionContext.java | 90 long contextId, in create() 113 public abstract Builder setContextId(long contextId); in setContextId()
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/audio/ |
D | CarVolume.java | 364 int contextId = sortedContexts.get(index); in dumpSortedContexts() local 393 int contextId = sortedContexts.get(index); in dumpProtoSortedContexts() local 418 int contextId = mVolumePriorityByAudioContext.keyAt(index); in getSortedContexts() local
|
D | CarAudioZonesHelperImpl.java | 381 int contextId = CarAudioContext.getInvalidContext() + 1; in parseCarAudioContexts() local 396 private void parseCarAudioContext(XmlPullParser parser, int contextId) in parseCarAudioContext() 425 private void validateCarAudioContextAttributes(int contextId, List<AudioAttributes> attributes, in validateCarAudioContextAttributes()
|
D | CarAudioContext.java | 403 int contextId = info.getId(); in CarAudioContext() local 792 int contextId = contexts.get(contextIndex); in validateAllAudioAttributesSupported() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/ |
D | ObliviousHttpRequestContextMarshaller.java | 49 public ObliviousHttpRequestContext getAuctionOblivioushttpRequestContext(long contextId) in getAuctionOblivioushttpRequestContext() 74 long contextId, ObliviousHttpRequestContext requestContext) { in insertAuctionEncryptionContext()
|
D | ObliviousHttpEncryptorImpl.java | 76 long contextId, in encryptBytes() 131 ObliviousHttpKeyConfig config, byte[] plainText, long contextId) { in createAndSerializeRequest()
|
D | ObliviousHttpEncryptor.java | 31 long contextId, in encryptBytes()
|
D | KAnonObliviousHttpEncryptorImpl.java | 64 long contextId, in encryptBytes()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/ |
D | ObliviousHttpEncryptorWithSeedImpl.java | 73 long contextId, in encryptBytes() 107 ObliviousHttpKeyConfig config, byte[] plainText, long contextId) { in createAndSerializeRequestWithSeed()
|
/aosp_15_r20/external/angle/util/capture/ |
H A D | trace_fixture.cpp | 26 GLuint contextId, in UpdateResourceMapPerContext() 173 GLuint contextId, in InitializeReplay4() 214 GLuint contextId, in InitializeReplay3() 246 GLuint contextId, in InitializeReplay2() 437 void UpdateFramebufferID2(GLuint contextId, GLuint id, GLsizei readBufferOffset) in UpdateFramebufferID2()
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/context/ |
H A D | context.cpp | 15 DistAutogradContext::DistAutogradContext(int64_t contextId) in DistAutogradContext() 20 int64_t DistAutogradContext::contextId() const { in contextId() function in torch::distributed::autograd::DistAutogradContext
|
H A D | container.cpp | 304 void DistAutogradContainer::forceCurrentContextId(int64_t contextId) { in forceCurrentContextId() 308 void DistAutogradContainer::setCurrentContextId(int64_t contextId) { in setCurrentContextId()
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | network_data_leader_ftd.cpp | 130 uint8_t contextId = static_cast<uint8_t>(aAloc16 - Mle::kAloc16DhcpAgentStart + 1); in AnycastLookup() local 151 … uint8_t contextId = static_cast<uint8_t>(aAloc16 - Mle::kAloc16NeighborDiscoveryAgentStart + 1); in AnycastLookup() local 896 uint8_t contextId = 0; in AddBorderRouter() local
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | nd_agent.cpp | 58 uint8_t contextId = static_cast<uint8_t>(mAloc.GetAddress().GetIid().GetLocator() - in UpdateService() local
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 221 std::ostream &operator<<(std::ostream &os, gl::ContextID contextId) in operator <<() 237 gl::ContextID contextId; member 299 gl::ContextID contextId; member 331 gl::ContextID contextId; member 363 gl::ContextID contextId; member 407 gl::ContextID contextId; member 447 gl::ContextID contextId; member 488 gl::ContextID contextId; member 1048 gl::ContextID contextId, in SaveBinaryData() 9479 const gl::ContextID contextId = context->id(); in writeJSON() local [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/adselection/ |
D | EncryptionContextDaoTest.java | 158 private DBEncryptionContext getDbEncryptionContext(long contextId) throws Exception { in getDbEncryptionContext()
|
/aosp_15_r20/external/pytorch/test/cpp/dist_autograd/ |
H A D | test_dist_autograd.cpp | 64 auto contextId = autogradContainer_->currentContext()->contextId(); in TEST_F() local
|