Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 47) sorted by relevance

12

/hardware/intel/common/wrs_omxil_core/utils/src/
Dlist.c34 struct list *new; in __list_alloc() local
36 new = malloc(sizeof(struct list)); in __list_alloc()
37 __list_init(new); in __list_alloc()
39 return new; in __list_alloc()
44 struct list *new; in list_alloc() local
46 new = __list_alloc(); in list_alloc()
47 if (new) in list_alloc()
48 new->data = data; in list_alloc()
50 return new; in list_alloc()
111 struct list *__list_add_before(struct list *entry, struct list *new) in __list_add_before() argument
[all …]
Dmodule.c125 struct module *new, *existing; in module_open() local
140 new = malloc(sizeof(*new)); in module_open()
141 if (!new) { in module_open()
146 new->ref_count = 1; in module_open()
147 new->priv = NULL; in module_open()
148 new->next = NULL; in module_open()
149 new->handle = NULL; in module_open()
151 new->handle = dlopen(file, flag); in module_open()
152 if (!(new->handle)) { in module_open()
159 existing = module_find_with_handle(g_module_head, new->handle); in module_open()
[all …]
/hardware/intel/img/libdrm/libdrm/nouveau/
Dnouveau_resource.c95 struct nouveau_resource *new = r->next; in nouveau_resource_free() local
97 new->prev = r->prev; in nouveau_resource_free()
99 r->prev->next = new; in nouveau_resource_free()
100 new->size += r->size; in nouveau_resource_free()
101 new->start = r->start; in nouveau_resource_free()
104 r = new; in nouveau_resource_free()
/hardware/intel/img/libdrm/libdrm/
Dxf86drm.h317 #define DRM_CAS(lock,old,new,__ret) \ argument
327 "r" (new)); \
332 #define DRM_CAS(lock, old, new, ret) \ argument
351 : "r"(new), "r"(old) \
357 #define DRM_CAS(lock,old,new,__ret) \ argument
362 __new = new; \
383 #define DRM_CAS(lock,old,new,__ret) \ argument
387 __result = _InterlockedCompareExchange_acq(&__drm_dummy_lock(lock), (new), __old);\
395 #define DRM_CAS(lock,old,new,__ret) \ argument
404 : "r" ((unsigned long)__old), "r" (new) \
[all …]
/hardware/qcom/audio/hal/voice_extn/
Dvoice_extn.c157 __func__, session->state.current, session->state.new, session->vsid); in update_calls()
159 switch(session->state.new) in update_calls()
171 session->state.current = session->state.new; in update_calls()
177 session->state.current = session->state.new; in update_calls()
186 session->state.current = session->state.new; in update_calls()
209 session->state.current = session->state.new; in update_calls()
225 session->state.current = session->state.new; in update_calls()
234 session->state.current = session->state.new; in update_calls()
256 session->state.current = session->state.new; in update_calls()
290 session->state.new = call_state; in update_call_states()
[all …]
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_bufferqueue.h54 mBufferQueue = new BufferQueue(true, 1); in BQ_BufferSourceThread()
55 mFW = new FrameConsumer(); in BQ_BufferSourceThread()
128 mBufferQueue = new BufferQueue(true, 1); in BQ_BufferSourceInput()
130 mWindowTapIn = new Surface(bufferProducer); in BQ_BufferSourceInput()
Dcamera_test_surfacetexture.h131 mSurfaceTextureBase = new SurfaceTextureBase(); in ST_BufferSourceThread()
135 mFW = new FrameWaiter(); in ST_BufferSourceThread()
203 mSurfaceTexture = new SurfaceTextureBase(); in ST_BufferSourceInput()
209 mWindowTapIn = new Surface(surface_texture); in ST_BufferSourceInput()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dcodec_factory.h108 return new VP8Decoder(cfg, deadline); in CreateDecoder()
119 return new VP8Encoder(cfg, deadline, init_flags, stats); in CreateEncoder()
190 return new VP9Decoder(cfg, deadline); in CreateDecoder()
201 return new VP9Encoder(cfg, deadline, init_flags, stats); in CreateEncoder()
Dy4m_video_source.h27 img_(new vpx_image_t()), in Y4mVideoSource()
Divf_video_source.h49 compressed_frame_buf_ = new uint8_t[libvpx_test::kCodeBufferSize]; in Init()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_agps.h325 return new BITSubscriber(mStateMachine, ID, mIPv6Addr); in clone()
353 return new ATLSubscriber(ID, mStateMachine, mLocAdapter, in clone()
368 mSSID(NULL == ssid ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber()
369 mPassword(NULL == password ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber()
405 return new WIFISubscriber(mStateMachine, mSSID, mPassword, senderId); in clone()
422 {return new DSSubscriber(mStateMachine, ID);} in clone()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_agps.h321 return new BITSubscriber(mStateMachine, ID, mIPv6Addr); in clone()
345 return new ATLSubscriber(ID, mStateMachine, mLocAdapter, in clone()
360 mSSID(NULL == ssid ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber()
361 mPassword(NULL == password ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber()
394 return new WIFISubscriber(mStateMachine, mSSID, mPassword, senderId); in clone()
409 {return new DSSubscriber(mStateMachine, ID);} in clone()
/hardware/intel/common/libwsbm/src/
Dwsbm_atomic.h65 wsbmAtomicCmpXchg(volatile struct _WsbmAtomic *v, int32_t old, int32_t new) in wsbmAtomicCmpXchg() argument
70 :"r"(new), "m"(v->count), "0"(old) in wsbmAtomicCmpXchg()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_variance_impl_mmx.asm115 add rax,rcx ; Inc pointer into the new data
139 add rax,rcx ; Inc pointer into the new data
162 add rax,rcx ; Inc pointer into the new data
185 add rax,rcx ; Inc pointer into the new data
208 add rax,rcx ; Inc pointer into the new data
232 add rax,rcx ; Inc pointer into the new data
255 add rax,rcx ; Inc pointer into the new data
278 add rax,rcx ; Inc pointer into the new data
353 add rax,rcx ; Inc pointer into the new data
367 add rax,rcx ; Inc pointer into the new data
[all …]
/hardware/libhardware/tests/camera2/
DCameraModuleFixture.h97 *device = new Camera2Device(cameraID); in CreateCamera()
102 *device = new Camera3Device(cameraID); in CreateCamera()
DCameraStreamFixture.h175 index = mOutputResolutions.add(format, new Vector<int32_t>()); in buildOutputResolutions()
250 mCpuConsumer = new CpuConsumer(consumer, p.mHeapCount); in CreateStream()
253 mNativeWindow = new Surface(producer); in CreateStream()
265 mFrameListener = new FrameListener(); in CreateStream()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvariance_impl_mmx.asm115 add rax,rcx ; Inc pointer into the new data
139 add rax,rcx ; Inc pointer into the new data
162 add rax,rcx ; Inc pointer into the new data
185 add rax,rcx ; Inc pointer into the new data
208 add rax,rcx ; Inc pointer into the new data
232 add rax,rcx ; Inc pointer into the new data
255 add rax,rcx ; Inc pointer into the new data
278 add rax,rcx ; Inc pointer into the new data
353 add rax,rcx ; Inc pointer into the new data
367 add rax,rcx ; Inc pointer into the new data
[all …]
/hardware/qcom/gps/core/
DLocAdapterProxyBase.h44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayCtrlData.h121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) { in Ctrl()
221 inline Data::Data(const int& dpy) : mMdp(new MdpData(dpy)) { in Data()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayCtrlData.h121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) { in Ctrl()
222 inline Data::Data(const int& dpy) : mMdp(new MdpData(dpy)) { in Data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dftfy.sh17 --commit Creates a new commit containing only the whitespace changes
98 NEW_COMMIT_MSG=new.commit-msg.$$
/hardware/qcom/audio/hal/
Dvoice.h46 int new; member
/hardware/intel/common/omx-components/videocodec/
DOMXComponentDefines.h108 ComponentBase *inst = new CLASS;\
/hardware/ti/omap4xxx/camera/inc/
DCameraProperties.h152 mProperties = new DefaultKeyedVector<String8, String8>(String8(DEFAULT_VALUE)); in Properties()
DEncoder_libjpeg.h151 mThumb = new Encoder_libjpeg(mThumbnailInput, NULL, NULL, mType, NULL, NULL, NULL); in threadLoop()

12