Home
last modified time | relevance | path

Searched defs:sharedMem (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fuzz/
Dmem.go23 type sharedMem struct { struct
25 f *os.File
29 region []byte
32 removeOnClose bool
35 sys sharedMemSys
91 func (m *sharedMem) header() *sharedMemHeader {
97 func (m *sharedMem) valueRef() []byte {
104 func (m *sharedMem) valueCopy() []byte {
112 func (m *sharedMem) setValue(b []byte) {
127 func (m *sharedMem) setValueLen(n int) {
Dworker.go924 func writeToMem(vals []any, mem *sharedMem) {
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcudart_stub.cc116 size_t *sharedMem, in __cudaPopCallConfiguration()
126 dim3 gridDim, dim3 blockDim, size_t sharedMem = 0, void *stream = 0) { in __cudaPushCallConfiguration()
/aosp_15_r20/frameworks/av/media/libheif/
H A DHeifDecoderImpl.cpp373 sp<IMemory> sharedMem = retriever->getImageAtIndex( in reinit() local
408 sp<IMemory> sharedMem = retriever->getFrameAtTime(0, in reinit() local
/aosp_15_r20/cts/tests/tests/car_builtin/src/android/car/cts/builtin/os/
H A DSharedMemoryFileDescriptorTest.java108 SharedMemory sharedMem = SharedMemory.create(/* name */ null, memSize); in testReadBufData() local
/aosp_15_r20/hardware/interfaces/automotive/sv/1.0/vts/functional/
H A DVtsHalSurroundViewV1_0TargetTest.cpp851 std::pair<hidl_memory, sp<IMemory>> sharedMem = in GetSampleOverlaysData() local
994 auto sharedMem = GetMappedSharedMemory(sharedMemBytesSize); in TEST_P() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSummaryOps.cu202 auto sharedMem = nbins * sizeof(output_t) + 8; // 8 guard bytes in CUDA_tensor_histogram() local
/aosp_15_r20/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/
H A DAutomotiveSvV1_0Fuzzer.cpp417 std::pair<hidl_memory, sp<IMemory>> sharedMem = getMappedSharedMemory(sharedMemBytesSize); in initSampleOverlaysData() local
/aosp_15_r20/external/intel-media-driver/cmrtlib/linux/hardware/
H A Ddrm_device.h147 uint64_t sharedMem[4] = {}; member