HomeSort by relevance Sort by last modified time
    Searched defs:typeBuffer (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/fs/
LinuxNativeDispatcher.java 43 NativeBuffer typeBuffer = NativeBuffers.asNativeBuffer(type);
45 return setmntent0(pathBuffer.address(), typeBuffer.address());
47 typeBuffer.release();
  /frameworks/av/media/libaudioclient/
AudioEffect.cpp 138 char typeBuffer[64], uuidBuffer[64];
139 guidToString(type, typeBuffer, sizeof(typeBuffer));
142 typeBuffer, uuidBuffer, mStatus);

Completed in 221 milliseconds