Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 121) sorted by relevance

12345

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
Dxf-mem.h62 static inline void * xf_mem_alloc(u32 size, u32 align, u32 core, u32 shared) in xf_mem_alloc() argument
65 if (shared) in xf_mem_alloc()
77 #define xf_mem_alloc(size, align, core, shared) \ argument
82 __data = (xf_mem_alloc)(size, align, core, shared); \
83 TRACE(1, _b("alloc-%u: %p[%u] (shared=%u)"), core, __data, size, shared); \
88 static inline void xf_mem_free(void *p, u32 size, u32 core, u32 shared) in xf_mem_free() argument
91 if (shared) in xf_mem_free()
104 #define xf_mem_free(p, size, core, shared) \ argument
109 TRACE(1, _b("free-%u: %p[%u] (shared=%u)"), core, __data, size, shared); \
110 (xf_mem_free)(__data, size, core, shared); \
/device/google/cuttlefish/shared/
Ddevice.mk107 DEVICE_PACKAGE_OVERLAYS := device/google/cuttlefish/shared/overlay
115 …device/google/cuttlefish/shared/config/audio_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_polic…
116 …device/google/cuttlefish/shared/config/camera_v3.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/camera.…
117 …device/google/cuttlefish/shared/config/init.common.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.c…
118 …device/google/cuttlefish/shared/config/init.cutf_ivsh.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/ini…
119 …device/google/cuttlefish/shared/config/init.cutf_cvm.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init…
120 …device/google/cuttlefish/shared/config/init.product.rc:$(TARGET_COPY_OUT_PRODUCT)/etc/init/init.rc…
121 device/google/cuttlefish/shared/config/ueventd.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
122 …device/google/cuttlefish/shared/config/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs…
123 …device/google/cuttlefish/shared/config/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc…
[all …]
DBoardConfig.mk98 BOARD_SEPOLICY_DIRS += device/google/cuttlefish/shared/sepolicy
150 TARGET_RECOVERY_FSTAB ?= device/google/cuttlefish/shared/config/fstab.initrd
152 TARGET_RECOVERY_FSTAB ?= device/google/cuttlefish/shared/config/fstab.initrd-dynamic-partitions
154 TARGET_RECOVERY_FSTAB ?= device/google/cuttlefish/shared/config/fstab.initrd
165 TARGET_RELEASETOOLS_EXTENSIONS := device/google/cuttlefish/shared
/device/generic/goldfish-opengl/
DBUILD.gn17 "shared/OpenglCodecCommon/ChecksumCalculator.cpp",
18 "shared/OpenglCodecCommon/ChecksumCalculator.h",
19 "shared/OpenglCodecCommon/glUtils.cpp",
20 "shared/OpenglCodecCommon/glUtils.h",
21 "shared/OpenglCodecCommon/goldfish_address_space.cpp",
22 "shared/OpenglCodecCommon/goldfish_address_space.h",
23 "shared/OpenglCodecCommon/goldfish_dma.cpp",
24 "shared/OpenglCodecCommon/goldfish_dma.h",
65 "shared/OpenglCodecCommon",
/device/google/cuttlefish/shared/tv/
Ddevice.mk17 DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/config/manifest.xml
18 DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/tv/manifest.xml
21 $(call inherit-product, device/google/cuttlefish/shared/device.mk)
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dstm32f4xx.common.lkr7 __shared_start = ORIGIN(shared);
8 __shared_end = ORIGIN(shared) + LENGTH(shared);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dconfigure34 shared=0
55 -s* | --s*) shared=1; shift;;
171 if test $shared -eq 1; then
172 echo Checking for shared library support...
178 echo Building shared library $SHAREDLIBV with $CC.
180 echo No shared library support.
181 shared=0;
184 shared=0;
187 if test $shared -eq 0; then
/device/google/cuttlefish/shared/phone/
Ddevice.mk17 DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/config/manifest.xml
21 $(call inherit-product, device/google/cuttlefish/shared/device.mk)
45 PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := device/google/cuttlefish/shared/overlay
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DCMakeLists.txt4 android_validate_sha256("${GOLDFISH_DEVICE_ROOT}/shared/OpenglCodecCommon/Android.mk" "8aaff0a6f86a…
7 target_include_directories(OpenglCodecCommon_host PRIVATE ${GOLDFISH_DEVICE_ROOT}/shared/OpenglCode…
10 target_link_libraries(OpenglCodecCommon_host PRIVATE android-emu-shared cutils utils log)
/device/generic/goldfish-opengl/system/egl/
DAndroid.mk5 $(call emugl-begin-shared-library,libEGL_emulation)
7 $(call emugl-set-shared-library-subpath,egl)
/device/google/cuttlefish/shared/wear/
Ddevice.mk17 DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/config/manifest.xml
20 $(call inherit-product, device/google/cuttlefish/shared/device.mk)
/device/generic/goldfish-opengl/system/gralloc/
DAndroid.mk6 $$(call emugl-begin-shared-library,gralloc.$(1))
8 $$(call emugl-set-shared-library-subpath,hw)
DCMakeLists.txt7 …ol_enc ${GOLDFISH_DEVICE_ROOT}/system/GLESv1_enc ${GOLDFISH_DEVICE_ROOT}/shared/OpenglCodecCommon …
10 target_link_libraries(gralloc.goldfish PRIVATE OpenglSystemCommon android-emu-shared vulkan_enc gui…
17 …ol_enc ${GOLDFISH_DEVICE_ROOT}/system/GLESv1_enc ${GOLDFISH_DEVICE_ROOT}/shared/OpenglCodecCommon …
20 target_link_libraries(gralloc.ranchu PRIVATE OpenglSystemCommon android-emu-shared vulkan_enc gui c…
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv1_CM_emul)
7 $(call emugl-set-shared-library-subpath,egl)
/device/google/cuttlefish/shared/gsi/
Ddevice.mk17 DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/config/manifest.xml
23 include device/google/cuttlefish/shared/device.mk
70 PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := device/google/cuttlefish/shared/overlay
/device/sample/frameworks/PlatformLibrary/
DREADME.txt6 shared library, without changing the Android framework. It also shows how to
13 shared library, which is not currently supported in Android.
31 The top-level Android.mk defines the rules to build the shared library itself,
41 the Android API. In the future we will allow shared libraries to have their
56 shared library. This code lives under jni/. The jni/Android.mk file defines
66 shared library. This code lives under client/. Note that the example is
71 against your shared library.
/device/generic/goldfish-opengl/system/vulkan/
DAndroid.mk3 $(call emugl-begin-shared-library,vulkan.ranchu)
4 $(call emugl-set-shared-library-subpath,hw)
/device/google/cuttlefish/shared/auto/
Ddevice.mk20 DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/config/manifest.xml
21 DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/auto/manifest.xml
26 $(call inherit-product, device/google/cuttlefish/shared/device.mk)
99 PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := device/google/cuttlefish/shared/overlay
/device/google/cuttlefish/shared/tablet/
Ddevice.mk17 DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/config/manifest.xml
21 $(call inherit-product, device/google/cuttlefish/shared/device.mk)
/device/google/cuttlefish/shared/tablet_3g/
Ddevice.mk17 DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/config/manifest.xml
21 $(call inherit-product, device/google/cuttlefish/shared/device.mk)
/device/generic/goldfish-opengl/system/GLESv1_enc/
DCMakeLists.txt7 …RIVATE ${GOLDFISH_DEVICE_ROOT}/system/GLESv1_enc ${GOLDFISH_DEVICE_ROOT}/shared/OpenglCodecCommon …
10 target_link_libraries(GLESv1_enc PRIVATE OpenglCodecCommon_host cutils utils log android-emu-shared)
/device/generic/goldfish-opengl/system/renderControl_enc/
DCMakeLists.txt7 target_include_directories(_renderControl_enc PRIVATE ${GOLDFISH_DEVICE_ROOT}/shared/OpenglCodecCom…
10 …nk_libraries(_renderControl_enc PRIVATE OpenglCodecCommon_host cutils utils log android-emu-shared)
/device/generic/goldfish-opengl/system/GLESv2_enc/
DCMakeLists.txt7 target_include_directories(GLESv2_enc PRIVATE ${GOLDFISH_DEVICE_ROOT}/shared/OpenglCodecCommon ${GO…
10 target_link_libraries(GLESv2_enc PRIVATE OpenglCodecCommon_host cutils utils log android-emu-shared)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dconfigure69 shared=1
114 -s* | --shared | --enable-shared) shared=1; shift ;;
115 -t | --static) shared=0; shift ;;
382 if test $shared -eq 1; then
383 echo Checking for shared library support... | tee -a configure.log
387 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
389 echo No shared library support. | tee -a configure.log
390 shared=0;
393 shared=0;
396 if test $shared -eq 0; then
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DAndroid.mk3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
57 $(call emugl-export,SHARED_LIBRARIES,android-emu-shared)

12345