Searched refs:readData (Results 1 – 7 of 7) 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 | 109 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 | 1218 uint8_t* readData; in TEST_P() local 1221 region, -1, (void**)&readData)); in TEST_P() 1229 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 | 1149 uint8_t* readData; in TEST_P() local 1151 readData = static_cast<uint8_t*>(mGralloc->lock( in TEST_P() 1166 verifyRGBA8888(readBufferHandle, readData, info.height, stride * 4, info.width * 4)); in TEST_P()
|