Home
last modified time | relevance | path

Searched refs:writeData (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DDevicePortProxy.h145 virtual size_t writeData(const void*, size_t) const { return 0; } in writeData() function
228 size_t writeData(const void* buffer, size_t bytes) const override;
/hardware/interfaces/audio/aidl/default/bluetooth/
DStreamBluetooth.cpp110 : mBtDeviceProxy->writeData(buffer, bytesToTransfer); in transfer()
DDevicePortProxy.cpp467 size_t BluetoothAudioPortAidlOut::writeData(const void* buffer, size_t bytes) const { in writeData() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidlOut
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp1213 uint8_t* writeData; in TEST_P() local
1216 region, -1, (void**)&writeData)); in TEST_P()
1223 fillRGBA8888(writeData, info.height, stride * 4, info.width * 4); in TEST_P()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1143 uint8_t* writeData; in TEST_P() local
1145 writeData = static_cast<uint8_t*>(mGralloc->lock( in TEST_P()
1155 fillRGBA8888(writeData, info.height, stride * 4, info.width * 4); in TEST_P()