Home
last modified time | relevance | path

Searched refs:outData (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/graphics/composer/2.3/utils/vts/
DComposerVts.cpp53 std::vector<uint8_t>* outData) { in getDisplayIdentificationData() argument
64 *outData = tmpData; in getDisplayIdentificationData()
65 ASSERT_FALSE(outData->empty()) << "data is empty"; in getDisplayIdentificationData()
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
DMapperHal.h47 void** outData) = 0;
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h353 const gralloc1_rect_t& accessRegion, void** outData,
370 const gralloc1_rect_t* accessRegion, OUT* outData, in lockHook() argument
393 if (!outData) { in lockHook()
415 *accessRegion, outData, acquireFenceFd); in lockHook()
DGralloc1On0Adapter.cpp443 const gralloc1_rect_t& accessRegion, void** outData, in lock() argument
450 accessRegion.height, outData, acquireFence); in lock()
460 accessRegion.height, outData); in lock()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h106 void** outData) override { in lock() argument
125 *outData = data; in lock()
DGralloc1Hal.h126 void** outData) override { in lock() argument
134 *outData = data; in lock()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3StreamMem.h147 void** outData,
/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/
DComposerVts.h71 std::vector<uint8_t>* outData);
/hardware/google/av/media/codecs/flac/
DC2SoftFlacEnc.cpp321 uint8_t* outData = wView.data(); in onEncodedFlacAvailable() local
331 memcpy(outData + mEncoderReturnedNbBytes, buffer, bytes); in onEncodedFlacAvailable()
/hardware/libhardware/include/hardware/
Dgralloc1.h964 const gralloc1_rect_t* accessRegion, void** outData,
Dhwcomposer2.h1535 uint32_t* outDataSize, uint8_t* outData);
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerHal.h103 std::vector<uint8_t>* outData) = 0;
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h121 std::vector<uint8_t>* outData) override { in getDisplayIdentificationData() argument
141 *outData = std::move(data); in getDisplayIdentificationData()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h224 uint8_t *outData);
Dhwc_session.cpp3291 uint8_t *outData) { in GetDisplayIdentificationData() argument
3301 outDataSize, outData); in GetDisplayIdentificationData()