HomeSort by relevance Sort by last modified time
    Searched refs:cloneBuffer (Results 1 - 5 of 5) sorted by null

  /hardware/interfaces/sensors/1.0/vts/functional/
GrallocWrapper.h 68 const native_handle_t* cloneBuffer(const hardware::hidl_handle& rawHandle);
GrallocWrapper.cpp 71 const native_handle_t* GrallocWrapper::cloneBuffer(
101 bufferHandles.push_back(cloneBuffer(tmpBuffers[i]));
  /hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
MapperVts.h 78 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle);
  /hardware/interfaces/graphics/mapper/2.0/utils/vts/
MapperVts.cpp 67 const native_handle_t* Gralloc::cloneBuffer(const hidl_handle& rawHandle) {
93 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i])));
  /external/icu/icu4c/source/common/
ucnv.cpp 478 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
486 cloneSize = sizeof(cloneBuffer);
487 clone = ucnv_safeClone(cnv, cloneBuffer, &cloneSize, err);
    [all...]

Completed in 92 milliseconds