Searched refs:outData (Results 1 – 15 of 15) sorted by relevance
/hardware/interfaces/graphics/composer/2.3/utils/vts/ |
D | ComposerVts.cpp | 53 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/ |
D | MapperHal.h | 47 void** outData) = 0;
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.h | 353 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()
|
D | Gralloc1On0Adapter.cpp | 443 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/ |
D | Gralloc0Hal.h | 106 void** outData) override { in lock() argument 125 *outData = data; in lock()
|
D | Gralloc1Hal.h | 126 void** outData) override { in lock() argument 134 *outData = data; in lock()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3StreamMem.h | 147 void** outData,
|
/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/ |
D | ComposerVts.h | 71 std::vector<uint8_t>* outData);
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacEnc.cpp | 321 uint8_t* outData = wView.data(); in onEncodedFlacAvailable() local 331 memcpy(outData + mEncoderReturnedNbBytes, buffer, bytes); in onEncodedFlacAvailable()
|
/hardware/libhardware/include/hardware/ |
D | gralloc1.h | 964 const gralloc1_rect_t* accessRegion, void** outData,
|
D | hwcomposer2.h | 1535 uint32_t* outDataSize, uint8_t* outData);
|
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerHal.h | 103 std::vector<uint8_t>* outData) = 0;
|
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
D | HwcHal.h | 121 std::vector<uint8_t>* outData) override { in getDisplayIdentificationData() argument 141 *outData = std::move(data); in getDisplayIdentificationData()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session.h | 224 uint8_t *outData);
|
D | hwc_session.cpp | 3291 uint8_t *outData) { in GetDisplayIdentificationData() argument 3301 outDataSize, outData); in GetDisplayIdentificationData()
|