/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Utils.cpp | 59 mPtr = static_cast<uint8_t*>(static_cast<void*>(mMappedMemory->getPointer())); in initialize() 156 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() 171 uint8_t* outputPtr = mOutputMemory->getPointer(); in getOutputBuffers()
|
D | GeneratedTestHarness.cpp | 103 reinterpret_cast<uint8_t*>(static_cast<void*>(mappedMemory->getPointer())); in createModel()
|
/hardware/interfaces/tests/memory/1.0/default/ |
D | MemoryTest.cpp | 51 uint8_t* data = static_cast<uint8_t*>(static_cast<void*>(memory->getPointer())); in fillMemory()
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | AudioBufferManager.cpp | 76 mHalBuffer.raw = static_cast<void*>(mHidlMemory->getPointer()); in init()
|
/hardware/interfaces/drm/1.0/default/ |
D | CryptoPlugin.cpp | 139 (static_cast<void *>(sourceBase->getPointer())); in decrypt() 164 base = static_cast<uint8_t *>(static_cast<void *>(destBase->getPointer())); in decrypt()
|
/hardware/interfaces/soundtrigger/2.1/default/ |
D | SoundTriggerHw.cpp | 52 vec->setToExternal(static_cast<uint8_t*>(static_cast<void*>(memory->getPointer())), in memoryAsVector() 85 memcpy(memory->getPointer(), v->data(), v->size()); in moveVectorToMemory()
|
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | BufferTracker.h | 47 uint8_t* getPointer() const { return kBuffer.get(); } in getPointer() function
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | Utils.h | 72 uint8_t* getPointer() const { return mPtr; } in getPointer() function
|
D | Utils.cpp | 261 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() 276 uint8_t* outputPtr = mOutputMemory->getPointer(); in getOutputBuffers()
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | FrameHandlerUltrasonics.cpp | 113 uint8_t* pData = (uint8_t*)((void*)pIMemory->getPointer()); in DataFrameValidator()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/ |
D | Utils.h | 41 uint8_t* getPointer() const { return mPtr; } in getPointer() function
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.cpp | 168 static_cast<uint8_t*>(static_cast<void*>(inputMemory->getPointer())); in allocateInternal() 306 reinterpret_cast<uint8_t*>(static_cast<void*>(mappedMemory->getPointer())); in createModel() 457 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() 473 uint8_t* outputPtr = mOutputMemory->getPointer(); in getOutputBuffers() 507 uint8_t* outputPtr = static_cast<uint8_t*>(static_cast<void*>(outputMemory->getPointer())); in getBuffer()
|
/hardware/interfaces/cas/1.1/default/ |
D | DescramblerImpl.cpp | 136 void* srcPtr = (uint8_t*)(void*)srcMem->getPointer() + srcBuffer.offset; in descramble()
|
/hardware/interfaces/cas/1.2/default/ |
D | DescramblerImpl.cpp | 136 void* srcPtr = (uint8_t*)(void*)srcMem->getPointer() + srcBuffer.offset; in descramble()
|
/hardware/interfaces/cas/1.0/default/ |
D | DescramblerImpl.cpp | 145 void *srcPtr = (uint8_t *)(void *)srcMem->getPointer() + srcBuffer.offset; in descramble()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.h | 127 const GLESpointer* getPointer(GLenum arrType) override;
|
/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/ |
D | AutomotiveSvV1_0Fuzzer.cpp | 386 uint8_t* pSharedMemoryData = (uint8_t*)((void*)pIMemory->getPointer()); in setIndexOfOverlaysMemory() 426 uint8_t* pSharedMemoryData = (uint8_t*)((void*)pIMemory->getPointer()); in initSampleOverlaysData()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | GeneratedTestHarness.cpp | 110 reinterpret_cast<uint8_t*>(static_cast<void*>(mappedMemory->getPointer())); in createModel()
|
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 172 fwrite(static_cast<void*>(buffer->mMemory->getPointer()), in handleMessage() 338 static_cast<void*>((*iBuffer)[index].mMemory->getPointer())); in encodeNFrames()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 704 const GLESpointer* GLEScmContext::getPointer(GLenum arrType) { in getPointer() function in GLEScmContext 714 return GLEScontext::getPointer(type); in getPointer() 807 ptr = getPointer(GL_VERTEX_ARRAY_POINTER); in glGetIntegerv() 813 ptr = getPointer(GL_NORMAL_ARRAY_POINTER); in glGetIntegerv() 820 ptr = getPointer(GL_COLOR_ARRAY_POINTER); in glGetIntegerv() 827 ptr = getPointer(GL_TEXTURE_COORD_ARRAY_POINTER); in glGetIntegerv() 833 ptr = getPointer(GL_POINT_SIZE_ARRAY_POINTER_OES); in glGetIntegerv()
|
/hardware/interfaces/automotive/sv/1.0/default/ |
D | SurroundView3dSession.cpp | 171 uint8_t* pData = (uint8_t*)((void*)pSharedMemory->getPointer()); in VerifyOverlayData()
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 389 static_cast<void*>(memory->getPointer())); in fillRandom() 439 static_cast<void*>(sharedMemory->getPointer())); in decrypt()
|
/hardware/interfaces/soundtrigger/2.1/vts/functional/ |
D | VtsHalSoundtriggerV2_1TargetTest.cpp | 274 for (uint8_t *p = static_cast<uint8_t*>(static_cast<void*>(memory->getPointer())); size >= 0; in TEST_P()
|
/hardware/interfaces/soundtrigger/2.3/default/ |
D | SoundTriggerHw.cpp | 500 const uint8_t* src = static_cast<const uint8_t*>(static_cast<void*>(memory->getPointer())); in convertRecognitionConfigToHalHeader() 611 vec->setToExternal(static_cast<uint8_t*>(static_cast<void*>(memory->getPointer())), in memoryAsVector() 644 memcpy(memory->getPointer(), v->data(), v->size()); in moveVectorToMemory()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsUltrasonicsArray.cpp | 124 uint8_t* pData = (uint8_t*)((void*)pIMemory->getPointer()); in fillMockDataFrame()
|