Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_frame.h48 uint8_t* MutableData() { in MutableData() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLContextVk.h110 using MutableData = angle::SynchronizedValue<Mutable>; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLContextCL.h91 using MutableData = angle::SynchronizedValue<Mutable>; variable
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_data.cpp121 typedef MutableData<kDataLengthType> MutableData; in TestMutableData() typedef
/aosp_15_r20/external/webrtc/rtc_base/
H A Dcopy_on_write_buffer.h102 T* MutableData() { in MutableData() function
/aosp_15_r20/external/openthread/src/core/common/
H A Ddata.hpp274 template <DataLengthType kDataLengthType> class MutableData : public Data<kDataLengthType> class
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DDecoderRenderTest.java110 public class MutableData { class in DecoderRenderTest