Searched refs:readData (Results 1 – 8 of 8) sorted by relevance
/hardware/nxp/keymint/transport/ |
D | SocketTransport.cpp | 95 return readData(output); in sendData() 108 bool SocketTransport::readData(vector<uint8_t>& output) { in readData() function in keymint::javacard::SocketTransport
|
/hardware/nxp/keymint/transport/include/ |
D | SocketTransport.h | 70 bool readData(vector<uint8_t>& output);
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | DevicePortProxy.h | 147 virtual size_t readData(void*, size_t) const { return 0; } in readData() function 234 size_t readData(void* buffer, size_t bytes) const override;
|
/hardware/interfaces/audio/aidl/default/bluetooth/ |
D | StreamBluetooth.cpp | 113 const size_t bytesTransferred = mIsInput ? mBtDeviceProxy->readData(buffer, bytesToTransfer) in transfer()
|
D | DevicePortProxy.cpp | 494 size_t BluetoothAudioPortAidlIn::readData(void* buffer, size_t bytes) const { in readData() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidlIn
|
/hardware/interfaces/graphics/mapper/stable-c/vts/ |
D | VtsHalGraphicsMapperStableC_TargetTest.cpp | 1299 uint8_t* readData; in TEST_P() local 1302 region, -1, (void**)&readData)); in TEST_P() 1310 verifyRGBA8888(*readHandle, readData, info.height, stride * 4, info.width * 4)); in TEST_P()
|
/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1181 uint8_t* readData; in TEST_P() local 1183 readData = static_cast<uint8_t*>(mGralloc->lock( in TEST_P() 1198 verifyRGBA8888(readBufferHandle, readData, info.height, stride * 4, info.width * 4)); in TEST_P()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkTests.cpp | 2365 uint8_t* readData = static_cast<uint8_t*>(mappedMemory); in TEST_P() local 2367 ASSERT_TRUE(std::memcmp(readData, dataToWrite.data(), dataToWrite.size()) == 0); in TEST_P()
|