Home
last modified time | relevance | path

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

1234

/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
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/
Dchangelog.md15 * 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/
Dvoice_extn.c162 __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/
Dvoice_extn.c172 __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/
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()
/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/qcom/gps/msm8084/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/msm8996/loc_api/libloc_api_50001/
Dloc_eng_agps.h325 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/
Dloc_eng_agps.h325 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/
Dloc_eng_agps.h325 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/
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/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_agps.h325 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/
DREADME.md12 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/
DCameraModuleFixture.h61 mModule = new CameraModule(rawModule); in SetUp()
101 *device = new Camera3Device(cameraID); in CreateCamera()
DCameraStreamFixture.h175 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/
DREADME.cpp.md12 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.
DREADME.java.md11 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/
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/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
Dindex.sgml10 <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/
DLocAdapterProxyBase.h44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
/hardware/qcom/gps/core/
DLocAdapterProxyBase.h44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
/hardware/qcom/gps/msm8994/core/
DLocAdapterProxyBase.h44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()

1234