Searched refs:base (Results 1 - 25 of 589) sorted by relevance

1234567891011>>

/hardware/interfaces/wifi/1.2/default/tests/
H A Dmain.cpp20 #include <android-base/logging.h>
26 android::base::InitLogging(argv, android::base::StderrLogger);
H A Dmock_wifi_legacy_hal.cpp17 #include <android-base/logging.h>
18 #include <android-base/macros.h>
H A Dmock_wifi_mode_controller.cpp17 #include <android-base/logging.h>
18 #include <android-base/macros.h>
/hardware/google/av/codec2/vndk/include/
H A Dandroid-C2Debug-log.h29 #include <android-base/logging.h>
32 #define C2_LOG(LEVEL) LOG(::android::base::LEVEL)
48 (::android::base::LEVEL != ::android::base::VERBOSE) && LOG(::android::base::LEVEL)
/hardware/qcom/display/msm8226/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, unsigned int size,
72 virtual int unmap_buffer(void *base, unsigned int size,
76 virtual int clean_buffer(void *base, unsigned int size,
H A Dionalloc.h44 virtual int free_buffer(void *base, unsigned int size,
50 virtual int unmap_buffer(void *base, unsigned int size,
53 virtual int clean_buffer(void*base, unsigned int size,
/hardware/qcom/display/msm8909/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
65 virtual int free_buffer(void *base, unsigned int size,
73 virtual int unmap_buffer(void *base, unsigned int size,
77 virtual int clean_buffer(void *base, unsigned int size,
H A Dionalloc.h44 virtual int free_buffer(void *base, unsigned int size,
50 virtual int unmap_buffer(void *base, unsigned int size,
53 virtual int clean_buffer(void*base, unsigned int size,
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
65 virtual int free_buffer(void *base, unsigned int size,
73 virtual int unmap_buffer(void *base, unsigned int size,
77 virtual int clean_buffer(void *base, unsigned int size,
H A Dionalloc.h44 virtual int free_buffer(void *base, unsigned int size,
50 virtual int unmap_buffer(void *base, unsigned int size,
53 virtual int clean_buffer(void*base, unsigned int size,
/hardware/qcom/display/msm8994/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, unsigned int size,
72 virtual int unmap_buffer(void *base, unsigned int size,
76 virtual int clean_buffer(void *base, unsigned int size,
H A Dionalloc.h44 virtual int free_buffer(void *base, unsigned int size,
50 virtual int unmap_buffer(void *base, unsigned int size,
53 virtual int clean_buffer(void*base, unsigned int size,
/hardware/qcom/display/msm8996/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
65 virtual int free_buffer(void *base, unsigned int size,
73 virtual int unmap_buffer(void *base, unsigned int size,
77 virtual int clean_buffer(void *base, unsigned int size,
H A Dionalloc.h44 virtual int free_buffer(void *base, unsigned int size,
50 virtual int unmap_buffer(void *base, unsigned int size,
53 virtual int clean_buffer(void*base, unsigned int size,
/hardware/qcom/display/msm8909/gralloc/
H A Dgr_ion_alloc.h46 void *base = NULL; member in struct:gralloc1::AllocData
67 int FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, int ion_handle);
68 int MapBuffer(void **base, unsigned int size, unsigned int offset, int fd);
70 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
71 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_ion_alloc.h46 void *base = NULL; member in struct:gralloc1::AllocData
67 int FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, int ion_handle);
68 int MapBuffer(void **base, unsigned int size, unsigned int offset, int fd);
70 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
71 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_ion_alloc.h46 void *base = NULL; member in struct:gralloc1::AllocData
67 int FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, int ion_handle);
68 int MapBuffer(void **base, unsigned int size, unsigned int offset, int fd);
70 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
71 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_ion_alloc.h46 void *base = NULL; member in struct:gralloc1::AllocData
67 int FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, int ion_handle);
68 int MapBuffer(void **base, unsigned int size, unsigned int offset, int fd);
70 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
71 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
/hardware/intel/common/wrs_omxil_core/
H A DAndroid.mk18 base/inc/cmodule.h \
19 base/inc/componentbase.h \
20 base/inc/portaudio.h \
21 base/inc/portbase.h \
22 base/inc/portimage.h \
23 base/inc/portother.h \
24 base/inc/portvideo.h \
44 # base class
45 -include $(WRS_OMXIL_CORE_ROOT)/base/src/Android.mk
H A Debuild.mk9 # base class
10 -include $(WRS_OMXIL_CORE_ROOT)/base/src/ebuild.mk
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.h44 virtual int free_buffer(void *base, size_t size,
50 virtual int unmap_buffer(void *base, size_t size,
53 virtual int clean_buffer(void*base, size_t size,
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, size_t size,
72 virtual int unmap_buffer(void *base, size_t size,
76 virtual int clean_buffer(void *base, size_t size,
/hardware/interfaces/tests/inheritance/1.0/default/
H A DGrandparent.cpp2 #include <android-base/logging.h>
/hardware/qcom/display/msm8084/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, size_t size,
72 virtual int unmap_buffer(void *base, size_t size,
76 virtual int clean_buffer(void *base, size_t size,
/hardware/google/av/codec2/hidl/services/
H A DAndroid.mk6 LOCAL_MODULE := codec2.vendor.base.policy
13 LOCAL_SRC_FILES := seccomp_policy/codec2.vendor.base-$(TARGET_2ND_ARCH).policy
15 LOCAL_SRC_FILES := seccomp_policy/codec2.vendor.base-$(TARGET_ARCH).policy
18 LOCAL_SRC_FILES := seccomp_policy/codec2.vendor.base-$(TARGET_ARCH).policy

Completed in 591 milliseconds

1234567891011>>