Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 98) 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/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/interfaces/camera/provider/2.4/
DICameraProviderCallback.hal43 * new status.
44 * @param newStatus The new status that device is in.
61 * new status.
62 * @param newStatus The new status that device is in.
/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/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/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/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/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/interfaces/broadcastradio/1.0/
DITunerCallback.hal24 * The framework MUST close the ITuner interface and open a new one.
29 * Method called by the HAL when a new configuration is applied
33 * @param config A BandConfig structure describing the new configuration
48 * @param info A ProgramInfo structure describing the new tuned station.
/hardware/interfaces/tv/cec/1.0/
DIHdmiCecCallback.hal22 * the system of new CEC message arrival.
28 * the system of new hotplug event.
/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/interfaces/radio/1.0/
DIRadioIndication.hal54 * Indicates when new SMS is received.
68 * Indicates when new SMS Status Report is received.
82 * Indicates when new SMS has been stored on SIM card
90 * Indicates when a new USSD message is received.
123 * of current data contexts including new contexts that have been
175 * attempts to deliver a new SMS message. Messages cannot be saved on the
222 * Indicates when new CDMA SMS is received
234 * Indicates when new Broadcast SMS is received
345 * Indicates that voice technology has changed. Responds with new rat.
348 * @param rat Current new voice rat
[all …]
/hardware/qcom/gps/msm8084/core/
DLocAdapterProxyBase.h44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
/hardware/interfaces/camera/device/
DREADME.md29 It is strongly recommended to not use this interface for new devices, as new
58 must be used in binderized mode for all new devices launching with Android O or
/hardware/qcom/gps/msm8909/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()
/hardware/qcom/gps/core/
DLocAdapterProxyBase.h44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
/hardware/qcom/gps/msm8996/core/
DLocAdapterProxyBase.h44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
/hardware/interfaces/camera/device/3.2/
DICameraDevice.hal43 * available. This camera device interface is now stale, and a new
72 * available. This camera device interface is now stale, and a new
91 * ICameraProviderCallback::torchModeStatusChange() with the new state.
110 * @param torchMode The new mode to set the device flash unit to.
136 * available. This camera device interface is now stale, and a new
167 * longer available. This interface is now stale, and a new instance
/hardware/qcom/gps/msm8998/core/
DLocAdapterProxyBase.h44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) { in LocAdapterProxyBase()
/hardware/libhardware/modules/audio/
DAndroid.bp34 // This can also be used as skeleton for new implementations
50 // new implementations.
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal47 * Instructs the client to provide a new client target buffer, even if
259 * Creates a new virtual display with the given width and height. The
275 * NO_RESOURCES when the device is unable to create a new virtual
304 * Creates a new layer on the given display.
312 * @return layer is the handle of the new layer.
509 * @param config is the new display configuration.
547 * @param mode is the new power mode.
661 * ACCEPT_DISPLAY_CHANGES, or must set new types and attempt to validate
710 * receive new buffer contents this frame.
804 * @param targetIndex is an index into inHandles for the new target
[all …]

1234