HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1226 - 1250 of 4749) sorted by null

<<41424344454647484950>>

  /frameworks/av/include/media/stagefright/foundation/
ABuffer.h 36 uint8_t *base() { return (uint8_t *)mData; } function in struct:android::ABuffer
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java 18 package android.filterpacks.base;
InputStreamSource.java 18 package android.filterpacks.base;
OutputStreamTarget.java 18 package android.filterpacks.base;
  /frameworks/base/telephony/java/android/telephony/
JapanesePhoneNumberFormatter.java 186 int base = 0; local
193 short value = FORMAT_MAP[base + ch - '0'];
209 base = value;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphOutputTarget.java 3 package androidx.media.filterpacks.base;
ValueTarget.java 17 package androidx.media.filterpacks.base;
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
TextUtils.java 31 int base = random.nextInt(2) == 0 ? 'A' : 'a'; local
32 result += (char)(random.nextInt(26) + base);
  /hardware/intel/common/libva/va/wayland/
va_wayland_emgd.c 38 struct va_wayland_context base; member in struct:va_wayland_emgd_context
123 wl_emgd_ctx->base.destroy = va_wayland_emgd_destroy;
  /hardware/intel/common/libva/va/x11/
dri1_util.c 18 struct dri_drawable base; member in struct:dri1_drawable
34 dri1_drawable->base.x_drawable = x_drawable;
36 return &dri1_drawable->base;
68 assert(dri_state->base.fd >= 0);
69 drmCloseOnce(dri_state->base.fd);
86 dri_state->base.fd = -1;
88 dri_state->base.auth_type = VA_NONE;
108 dri_state->base.fd = drmOpenOnce(NULL, BusID, &newlyopened);
111 if (dri_state->base.fd < 0)
115 if (drmGetMagic(dri_state->base.fd, &magic)
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
memalloc.h 44 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/qcom/display/msm8226/libgralloc/
memalloc.h 44 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,
  /hardware/qcom/display/msm8909/libgralloc/
ionalloc.cpp 75 void *base = 0; local
106 base = mmap(0, ionAllocData.len, PROT_READ|PROT_WRITE,
108 if(base == MAP_FAILED) {
117 data.base = base;
120 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%zu fd:%d",
121 data.base, ionAllocData.len, data.fd);
126 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset,
131 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%u fd:%d",
132 base, size, fd)
149 void *base = 0; local
    [all...]
memalloc.h 44 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,
  /hardware/qcom/display/msm8960/libgralloc/
memalloc.h 44 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/qcom/display/msm8994/libgralloc/
ionalloc.cpp 75 void *base = 0; local
112 base = mmap(0, ionAllocData.len, PROT_READ|PROT_WRITE,
114 if(base == MAP_FAILED) {
123 data.base = base;
126 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%zu fd:%d",
127 data.base, ionAllocData.len, data.fd);
132 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset,
137 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%u fd:%d",
138 base, size, fd)
155 void *base = 0; local
    [all...]
memalloc.h 44 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,
  /hardware/qcom/display/msm8996/libgralloc/
ionalloc.cpp 75 void *base = 0; local
102 base = mmap(0, ionAllocData.len, PROT_READ|PROT_WRITE,
104 if(base == MAP_FAILED) {
113 data.base = base;
116 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%zu fd:%d",
117 data.base, ionAllocData.len, data.fd);
122 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset,
127 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%u fd:%d",
128 base, size, fd)
145 void *base = 0; local
    [all...]
memalloc.h 44 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,
  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.cpp 74 void *base = NULL; local
98 base = mmap(0, ion_alloc_data.len, PROT_READ | PROT_WRITE, MAP_SHARED, fd_data.fd, 0);
99 if (base == MAP_FAILED) {
107 data->base = base;
110 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%zu fd:%d", data->base, ion_alloc_data.len,
116 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd) {
119 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%u fd:%d", base, size, fd)
    [all...]
  /hardware/qcom/display/msmcobalt/libgralloc/
ionalloc.cpp 76 void *base = 0; local
103 base = mmap(0, ionAllocData.len, PROT_READ|PROT_WRITE,
105 if(base == MAP_FAILED) {
114 data.base = base;
117 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%zu fd:%d",
118 data.base, ionAllocData.len, data.fd);
123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset,
128 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%u fd:%d",
129 base, size, fd)
146 void *base = 0; local
    [all...]
memalloc.h 44 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,
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_ion_alloc.cpp 74 void *base = NULL; local
98 base = mmap(0, ion_alloc_data.len, PROT_READ | PROT_WRITE, MAP_SHARED, fd_data.fd, 0);
99 if (base == MAP_FAILED) {
107 data->base = base;
110 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%zu fd:%d", data->base, ion_alloc_data.len,
116 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd) {
119 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%u fd:%d", base, size, fd)
    [all...]
  /libcore/ojluni/src/test/java/util/stream/
TestDoubleSumAverage.java 69 double base = 1.0; local
70 double increment = Math.ulp(base)/2.0;
73 double expectedSum = base + (increment * (count - 1));
76 // Factory for double a stream of [base, increment, ..., increment] limited to a size of count
77 Supplier<DoubleStream> ds = () -> DoubleStream.iterate(base, e -> increment).limit(count);
  /system/bt/osi/src/
ringbuffer.c 28 uint8_t *base; member in struct:ringbuffer_t
36 p->base = osi_calloc(size);
37 p->head = p->tail = p->base;
45 osi_free(rb->base);
68 if (rb->tail >= (rb->base + rb->total))
69 rb->tail = rb->base;
83 if (rb->head >= (rb->base + rb->total))
96 uint8_t *b = ((rb->head - rb->base + offset) % rb->total) + rb->base;
101 if (b >= (rb->base + rb->total)
    [all...]

Completed in 721 milliseconds

<<41424344454647484950>>