Searched defs:native (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h74 const StringType& native() const { return m_PathName; } function in class:mcld::sys::fs::Path
75 StringType& native() { return m_PathName; } function in class:mcld::sys::fs::Path
112 return pOS << pPath.native();
119 return pOS >> pPath.native();
124 return pOS << pPath.native();
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp384 unsigned native, dummy; local
388 if (sscanf(spec, "%02x %02x ", &native, &dummy) != 2) {
392 offset += 6; // skip native and preferred-display-mode-supported
399 mNativeIndex = native >> 3;
400 mNativeType = (ResolutionType)(native & 7);
411 ALOGW("sink advertised an illegal native resolution, fortunately "
422 // 1 byte "native"
456 // Support for the native format is a great idea, the spec includes
464 ALOGI("Choosing sink's native resolution");
470 ALOGW("Sink advertised native resolutio
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h71 egl_object_t* native = reinterpret_cast<N*>(o); local
72 if (o && egl_object_t::get(display, native)) {
73 ref = native;
/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp26 // TODO(jessehall): Currently we don't have a good error code for when a native
47 VkSurfaceTransformFlagBitsKHR TranslateNativeToVulkanTransform(int native) { argument
59 switch (native) {
440 // -- Reset the native window --
441 // The native window might have been used previously, and had its properties
446 // The native window only allows dequeueing all buffers before any have
476 // -- Configure the native window --
526 // during composition. With native windows, pre-transform works by rendering
680 ALOGD("vkCreateImage w/ native buffer failed: %u", result);

Completed in 2349 milliseconds