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

  /system/core/libcutils/include/cutils/
native_handle.h 26 /* Declare a char array for use with native_handle_init */
59 * native_handle_init
65 native_handle_t* native_handle_init(char* storage, int numFds, int numInts);
  /system/core/libcutils/
native_handle.c 28 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { function
  /frameworks/native/libs/ui/
Gralloc2.cpp 104 auto h = native_handle_init(acquireFenceStorage, 1, 0);
139 auto h = native_handle_init(acquireFenceStorage, 1, 0);
  /hardware/interfaces/graphics/mapper/2.0/vts/functional/
VtsHalGraphicsMapperTestUtils.cpp 182 auto h = native_handle_init(acquireFenceStorage, 1, 0);
211 auto h = native_handle_init(acquireFenceStorage, 1, 0);
  /hardware/interfaces/graphics/mapper/2.0/default/
GrallocMapper.cpp 216 handle = native_handle_init(handleStorage, 1, 0);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.cpp 41 mHandle = (buffer) ? buffer : native_handle_init(mStorage, 0, 0);
62 handle = native_handle_init(mStorage, 1, 0);
66 handle = native_handle_init(mStorage, 0, 0);
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 241 native_handle_t *handle = native_handle_init(ashmemHandle, 1, 0);

Completed in 543 milliseconds