/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 139 new = malloc(sizeof(*new)); in module_open() 140 if (!new) { in module_open() 145 new->ref_count = 1; in module_open() 146 new->priv = NULL; in module_open() 147 new->next = NULL; in module_open() 148 new->handle = NULL; in module_open() 150 new->handle = dlopen(file, flag); in module_open() 151 if (!(new->handle)) { in module_open() 158 existing = module_find_with_handle(g_module_head, new->handle); in module_open() [all …]
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | changelog.md | 15 * Continuous Integration with Travis CI ensures new contributions are built 50 * Added new and updated images for numerous new and existing sensors 58 * Updated header files with new doxygen tags for improved API documentation 74 * Wrote new proper SWIG typemaps for arrays 97 * Extended i2clcd devices with new functions 110 * Added new bmp/gy pressure sensor and updated servo 121 * Several new sensors added
|
/hardware/qcom/audio/msm8909/hal/voice_extn/ |
D | voice_extn.c | 162 __func__, session->state.current, session->state.new, session->vsid); in update_calls() 164 switch(session->state.new) in update_calls() 176 session->state.current = session->state.new; in update_calls() 182 session->state.current = session->state.new; in update_calls() 192 session->state.current = session->state.new; in update_calls() 214 session->state.current = session->state.new; in update_calls() 230 session->state.current = session->state.new; in update_calls() 240 session->state.current = session->state.new; in update_calls() 262 session->state.current = session->state.new; in update_calls() 295 session->state.new = call_state; in update_call_states() [all …]
|
/hardware/qcom/audio/hal/voice_extn/ |
D | voice_extn.c | 172 __func__, session->state.current, session->state.new, session->vsid); in update_calls() 174 switch(session->state.new) in update_calls() 186 session->state.current = session->state.new; in update_calls() 192 session->state.current = session->state.new; in update_calls() 201 session->state.current = session->state.new; in update_calls() 224 session->state.current = session->state.new; in update_calls() 240 session->state.current = session->state.new; in update_calls() 249 session->state.current = session->state.new; in update_calls() 271 session->state.current = session->state.new; in update_calls() 305 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()
|
/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/qcom/gps/msm8084/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/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 325 return new BITSubscriber(mStateMachine, ID, mIPv6Addr); in clone() 352 return new ATLSubscriber(ID, mStateMachine, mLocAdapter, in clone() 367 mSSID(NULL == ssid ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber() 368 mPassword(NULL == password ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber() 404 return new WIFISubscriber(mStateMachine, mSSID, mPassword, senderId); in clone() 421 {return new DSSubscriber(mStateMachine, ID);} in clone()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 325 return new BITSubscriber(mStateMachine, ID, mIPv6Addr); in clone() 352 return new ATLSubscriber(ID, mStateMachine, mLocAdapter, in clone() 367 mSSID(NULL == ssid ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber() 368 mPassword(NULL == password ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber() 404 return new WIFISubscriber(mStateMachine, mSSID, mPassword, senderId); in clone() 421 {return new DSSubscriber(mStateMachine, ID);} in clone()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 325 return new BITSubscriber(mStateMachine, ID, mIPv6Addr); in clone() 352 return new ATLSubscriber(ID, mStateMachine, mLocAdapter, in clone() 367 mSSID(NULL == ssid ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber() 368 mPassword(NULL == password ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber() 404 return new WIFISubscriber(mStateMachine, mSSID, mPassword, senderId); in clone() 421 {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/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 325 return new BITSubscriber(mStateMachine, ID, mIPv6Addr); in clone() 352 return new ATLSubscriber(ID, mStateMachine, mLocAdapter, in clone() 367 mSSID(NULL == ssid ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber() 368 mPassword(NULL == password ? NULL : new char[SSID_BUF_SIZE]), in WIFISubscriber() 404 return new WIFISubscriber(mStateMachine, mSSID, mPassword, senderId); in clone() 421 {return new DSSubscriber(mStateMachine, ID);} in clone()
|
/hardware/bsp/intel/peripheral/libupm/ |
D | README.md | 12 Typically an update() function will be called in order to get new data from the 20 upm::MMA7660 *accel = new upm::MMA7660(MMA7660_I2C_BUS, 82 Porting [link](docs/porting.md) has more information on making new UPM modules. 86 ### Naming conventions and rules for new UPM contributions 94 Make sure you add yourself as an author on every new code file submitted.
|
/hardware/libhardware/tests/camera2/ |
D | CameraModuleFixture.h | 61 mModule = new CameraModule(rawModule); in SetUp() 101 *device = new Camera3Device(cameraID); in CreateCamera()
|
D | CameraStreamFixture.h | 175 index = mOutputResolutions.add(format, new Vector<int32_t>()); in buildOutputResolutions() 249 mCpuConsumer = new CpuConsumer(consumer, p.mHeapCount); in CreateStream() 252 mSurface = new Surface(producer); in CreateStream() 266 mFrameListener = new FrameListener(); in CreateStream()
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | README.cpp.md | 12 Typically an update() function will be called in order to get new data from the 50 @ref porting link has more information on making new UPM modules. 54 ### Naming conventions and rules for new UPM contributions 62 Make sure you add yourself as an author on every new code file submitted.
|
D | README.java.md | 11 Typically an update() function will be called in order to get new data from the 49 @ref porting link has more information on making new UPM modules. 53 ### Naming conventions and rules for new UPM contributions 61 Make sure you add yourself as an author on every new code file submitted.
|
/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/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/ |
D | index.sgml | 10 <ANCHOR id="mix-acp-aac-new" href="MixAudio/MixAudio-MixAudioConfigParamsAAC.html#mix-acp-aac-new"> 34 <ANCHOR id="mix-acp-mp3-new" href="MixAudio/MixAudio-MixAudioConfigParamsMP3.html#mix-acp-mp3-new"> 46 <ANCHOR id="mix-acp-wma-new" href="MixAudio/MixAudio-MixAudioConfigParamsWMA.html#mix-acp-wma-new"> 64 <ANCHOR id="mix-acp-new" href="MixAudio/MixAudio-MixAudioConfigParams.html#mix-acp-new"> 87 <ANCHOR id="mix-aip-new" href="MixAudio/MixAudio-MixAudioInitParams.html#mix-aip-new"> 103 <ANCHOR id="mix-audio-new" href="MixAudio/MixAudio.html#mix-audio-new">
|
/hardware/qcom/gps/msm8084/core/ |
D | LocAdapterProxyBase.h | 44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
|
/hardware/qcom/gps/core/ |
D | LocAdapterProxyBase.h | 44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
|
/hardware/qcom/gps/msm8994/core/ |
D | LocAdapterProxyBase.h | 44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
|