Home
last modified time | relevance | path

Searched defs:getData (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dringbuffer.cpp50 const std::list<std::vector<uint8_t>>& Ringbuffer::getData() const { in getData() function in aidl::android::hardware::wifi::Ringbuffer
/hardware/google/pixel/perfstatsd/include/
Dperfstats_buffer.h54 std::string getData() const { return mData; } in getData() function
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DUtils.h147 const Type& getData(const Named<Type>& namedData) { in getData() function
/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/
DUtils.h151 const Type& getData(const Named<Type>& namedData) { in getData() function
/hardware/interfaces/camera/device/default/
DExternalCameraUtils.cpp253 int V4L2Frame::getData(uint8_t** outData, size_t* dataSize) { in getData() function in android::hardware::camera::device::implementation::V4L2Frame
296 int AllocatedFrame::getData(uint8_t** outData, size_t* dataSize) { in getData() function in android::hardware::camera::device::implementation::AllocatedFrame
845 int AllocatedV4L2Frame::getData(uint8_t** outData, size_t* dataSize) { in getData() function in android::hardware::camera::device::implementation::AllocatedV4L2Frame
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp94 int V4L2Frame::getData(uint8_t** outData, size_t* dataSize) { in getData() function in android::hardware::camera::device::V3_4::implementation::V4L2Frame
129 int AllocatedFrame::getData(uint8_t** outData, size_t* dataSize) { in getData() function in android::hardware::camera::device::V3_4::implementation::AllocatedFrame
684 int AllocatedV4L2Frame::getData(uint8_t** outData, size_t* dataSize) { in getData() function in android::hardware::camera::device::V3_6::implementation::AllocatedV4L2Frame
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp160 std::vector<uint8_t> getData(const std::string& clientId) { return mDataByClientId[clientId]; } in getData() function in android::hardware::automotive::remoteaccess::FakeRemoteTaskCallback