/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | list.c | 34 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 …]
|
D | module.c | 125 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/ |
D | nouveau_resource.c | 95 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/ |
D | xf86drm.h | 317 #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/ |
D | voice_extn.c | 157 __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/ |
D | camera_test_bufferqueue.h | 54 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()
|
D | camera_test_surfacetexture.h | 131 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/ |
D | codec_factory.h | 108 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()
|
D | y4m_video_source.h | 27 img_(new vpx_image_t()), in Y4mVideoSource()
|
D | ivf_video_source.h | 49 compressed_frame_buf_ = new uint8_t[libvpx_test::kCodeBufferSize]; in Init()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 325 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/ |
D | loc_eng_agps.h | 321 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/ |
D | wsbm_atomic.h | 65 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/ |
D | vp9_variance_impl_mmx.asm | 115 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/ |
D | CameraModuleFixture.h | 97 *device = new Camera2Device(cameraID); in CreateCamera() 102 *device = new Camera3Device(cameraID); in CreateCamera()
|
D | CameraStreamFixture.h | 175 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/ |
D | variance_impl_mmx.asm | 115 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/ |
D | LocAdapterProxyBase.h | 44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayCtrlData.h | 121 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/ |
D | overlayCtrlData.h | 121 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/ |
D | ftfy.sh | 17 --commit Creates a new commit containing only the whitespace changes 98 NEW_COMMIT_MSG=new.commit-msg.$$
|
/hardware/qcom/audio/hal/ |
D | voice.h | 46 int new; member
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXComponentDefines.h | 108 ComponentBase *inst = new CLASS;\
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraProperties.h | 152 mProperties = new DefaultKeyedVector<String8, String8>(String8(DEFAULT_VALUE)); in Properties()
|
D | Encoder_libjpeg.h | 151 mThumb = new Encoder_libjpeg(mThumbnailInput, NULL, NULL, mType, NULL, NULL, NULL); in threadLoop()
|