Home
last modified time | relevance | path

Searched refs:readData (Results 1 – 7 of 7) sorted by relevance

/hardware/nxp/keymint/transport/
DSocketTransport.cpp95 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/
DSocketTransport.h70 bool readData(vector<uint8_t>& output);
/hardware/interfaces/audio/aidl/default/include/core-impl/
DDevicePortProxy.h147 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/
DStreamBluetooth.cpp109 const size_t bytesTransferred = mIsInput ? mBtDeviceProxy->readData(buffer, bytesToTransfer) in transfer()
DDevicePortProxy.cpp494 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/
DVtsHalGraphicsMapperStableC_TargetTest.cpp1218 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/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1149 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()