/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | DataMgmt.cc | 26 static TpduRecvBuff_List_t *head = NULL, *current = NULL; variable 70 current = NULL; in DataMgmt_GetData() 105 current = newNode; in DataMgmt_StoreDataInList() 107 current->pNext = newNode; in DataMgmt_StoreDataInList() 108 current = newNode; in DataMgmt_StoreDataInList() 150 TpduRecvBuff_List_t *current, *next; in DataMgmt_DeletList() local 151 current = head; in DataMgmt_DeletList() 157 while (current != NULL) { in DataMgmt_DeletList() 158 next = current->pNext; in DataMgmt_DeletList() 159 free(current->tData.data); in DataMgmt_DeletList() [all …]
|
/hardware/ril/libril/ |
D | RilSapSocket.cpp | 87 RilSapSocketList *current = head; in printList() local 89 while(NULL != current) { in printList() 90 RLOGD("SocketName:%s",current->socket->name); in printList() 91 RLOGD("Socket id:%d",current->socket->id); in printList() 92 current = current->next; in printList() 98 RilSapSocketList *current = head; in getSocketById() local 103 while(NULL != current) { in getSocketById() 104 if(socketId == current->socket->id) { in getSocketById() 105 sap_socket = current->socket; in getSocketById() 108 current = current->next; in getSocketById() [all …]
|
/hardware/nxp/secure_element/libese-spi/p73/lib/ |
D | phNxpEseDataMgr.cpp | 25 static phNxpEse_sCoreRecvBuff_List_t *head = NULL, *current = NULL; variable 69 current = NULL; in phNxpEse_GetData() 95 current = newNode; in phNxpEse_StoreDatainList() 97 current->pNext = newNode; in phNxpEse_StoreDatainList() 98 current = newNode; in phNxpEse_StoreDatainList() 141 phNxpEse_sCoreRecvBuff_List_t *current, *next; in phNxpEse_DeletList() local 142 current = head; in phNxpEse_DeletList() 148 while (current != NULL) { in phNxpEse_DeletList() 149 next = current->pNext; in phNxpEse_DeletList() 150 phNxpEse_free(current); in phNxpEse_DeletList() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | iio_utils.h | 35 char *current; in iioutils_break_up_name() local 38 current = strdup(full_name); in iioutils_break_up_name() 39 working = strtok(current, "_\0"); in iioutils_break_up_name() 52 free(current); in iioutils_break_up_name() 285 struct iio_channel_info *current; in build_channel_array() local 336 current = &(*ci_array)[count++]; in build_channel_array() 351 fscanf(sysfsfp, "%u", ¤t->enabled); in build_channel_array() 354 if (!current->enabled) { in build_channel_array() 360 current->scale = 1.0; in build_channel_array() 361 current->offset = 0; in build_channel_array() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
D | iio_utils.h | 35 char *current; in iioutils_break_up_name() local 38 current = strdup(full_name); in iioutils_break_up_name() 39 working = strtok(current, "_\0"); in iioutils_break_up_name() 52 free(current); in iioutils_break_up_name() 285 struct iio_channel_info *current; in build_channel_array() local 336 current = &(*ci_array)[count++]; in build_channel_array() 351 fscanf(sysfsfp, "%u", ¤t->enabled); in build_channel_array() 354 if (!current->enabled) { in build_channel_array() 360 current->scale = 1.0; in build_channel_array() 361 current->offset = 0; in build_channel_array() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | iio_utils.h | 33 char *current; in iioutils_break_up_name() local 36 current = strdup(full_name); in iioutils_break_up_name() 37 working = strtok(current, "_\0"); in iioutils_break_up_name() 50 free(current); in iioutils_break_up_name() 284 struct iio_channel_info *current; in build_channel_array() local 335 current = &(*ci_array)[count++]; in build_channel_array() 350 fscanf(sysfsfp, "%u", ¤t->enabled); in build_channel_array() 353 if (!current->enabled) { in build_channel_array() 359 current->scale = 1.0; in build_channel_array() 360 current->offset = 0; in build_channel_array() [all …]
|
/hardware/qcom/audio/hal/voice_extn/ |
D | voice_extn.c | 148 if(session->state.current == call_state){ in get_session_id_with_state() 172 __func__, session->state.current, session->state.new, session->vsid); in update_calls() 177 switch(session->state.current) 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() 207 __func__, session->state.current, session->vsid); in update_calls() 213 switch(session->state.current) in update_calls() 224 session->state.current = session->state.new; in update_calls() 230 __func__, session->state.current, session->vsid); in update_calls() [all …]
|
/hardware/qcom/msm8998/json-c/ |
D | json_tokener.c | 141 json_object_put(tok->stack[depth].current); in json_tokener_reset_level() 142 tok->stack[depth].current = NULL; in json_tokener_reset_level() 189 #define current tok->stack[tok->depth].current macro 284 current = json_object_new_object(); in json_tokener_parse_ex() 289 current = json_object_new_array(); in json_tokener_parse_ex() 349 obj = json_object_get(current); in json_tokener_parse_ex() 374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY); in json_tokener_parse_ex() 398 current = NULL; in json_tokener_parse_ex() 411 current = json_object_new_double(NAN); in json_tokener_parse_ex() 484 current = json_object_new_string_len(tok->pb->buf, tok->pb->bpos); in json_tokener_parse_ex() [all …]
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.cpp | 202 auto current = mCurrentProgram; in scan() local 203 auto found = lower_bound(list.begin(), list.end(), VirtualProgram({current})); in scan() 206 if (utils::tunesTo(current, found->selector)) found++; in scan() 254 auto current = utils::getId(mCurrentProgram, IdentifierType::AMFM_FREQUENCY, 0); in step() local 257 current += mAmfmConfig.spacings[0]; in step() 259 current -= mAmfmConfig.spacings[0]; in step() 262 if (current > mAmfmConfig.upperLimit) current = mAmfmConfig.lowerLimit; in step() 263 if (current < mAmfmConfig.lowerLimit) current = mAmfmConfig.upperLimit; in step() 265 tuneInternalLocked(utils::make_selector(mAmfmConfig.type, current)); in step()
|
/hardware/interfaces/tv/tuner/1.0/ |
D | ITimeFilter.hal | 51 * Get the current time in the time filter. 53 * It is used by the client to inquiry current time in the time filter. 59 * @return timeStamp current time stamp in the time filter. 64 * Get the time from the beginning of current data source. 67 * of current data source. 73 * @return timeStamp time stamp from the beginning of current data source.
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 345 HalResult<int32_t> current, in IsBatteryCurrentSignCorrect() argument 354 if (current.result != Result::SUCCESS) { in IsBatteryCurrentSignCorrect() 356 << toString(current.result) << ", skipping"; in IsBatteryCurrentSignCorrect() 365 if (current.value == 0 && acceptZeroCurrentAsUnknown) { in IsBatteryCurrentSignCorrect() 372 if (current.value != 0) { in IsBatteryCurrentSignCorrect() 377 << current.value; in IsBatteryCurrentSignCorrect() 381 if (current.value <= 0) { in IsBatteryCurrentSignCorrect() 384 << current.value; in IsBatteryCurrentSignCorrect() 388 if (current.value > 0) { in IsBatteryCurrentSignCorrect() 390 << " but current is positive. Actual: " << current.value; in IsBatteryCurrentSignCorrect() [all …]
|
/hardware/interfaces/compatibility_matrices/ |
D | Android.bp | 95 name: "framework_compatibility_matrix.current.xml", 96 stem: "compatibility_matrix.current.xml", 98 "compatibility_matrix.current.xml",
|
/hardware/interfaces/health/2.0/ |
D | IHealth.hal | 77 * Get instantaneous battery current in microamperes(µA). 79 * Positive values indicate net current entering the battery from a charge 80 * source, negative values indicate net current discharging from the 87 * @return value instantaneous battery current, or 0 if not 93 * Get average battery current in microamperes(µA). 95 * Positive values indicate net current entering the battery from a charge 96 * source, negative values indicate net current discharging from the 104 * @return value average battery current, or 0 if not successful.
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | types.hal | 41 * Fingerprint errors are meant to tell the framework to terminate the current 46 * results in a situation where the current operation can't continue without 62 /** The current operation has been canceled */ 73 * Fingerprint acquisition info is meant as feedback for the current operation. 75 * take action on the current operation. For example, ACQUIRED_IMAGER_DIRTY may 77 * If this causes the current operation to fail, an additional ERROR_CANCELED
|
/hardware/interfaces/usb/gadget/1.0/ |
D | IUsbGadgetCallback.hal | 25 * included in the current USB gadget composition. 35 * Callback function used to propagate the current USB gadget 38 * included in the current USB gadget composition.
|
D | IUsbGadget.hal | 23 * This function is used to set the current USB gadget configuration. 40 * current USB configuration. 43 * propagate the current functions list.
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | cvq_ioctl.h | 228 int set_ambient_state(struct iaxxx_odsp_hw *odsp_hdl, unsigned int current); 229 int tear_ambient_state(struct iaxxx_odsp_hw *odsp_hdl, unsigned int current); 232 int set_hotword_state(struct iaxxx_odsp_hw *odsp_hdl, unsigned int current); 233 int tear_hotword_state(struct iaxxx_odsp_hw *odsp_hdl, unsigned int current);
|
D | cvq_util.c | 180 unsigned int current) in set_ambient_state() argument 183 ALOGV("+%s+ enable models %x", __func__, current & PLUGIN2_MASK); in set_ambient_state() 186 current & PLUGIN2_MASK, IAXXX_HMD_BLOCK_ID); in set_ambient_state() 192 if (current & AMBIENT_MASK) { in set_ambient_state() 203 if (current & ENTITY_MASK) { in set_ambient_state() 220 unsigned int current) in tear_ambient_state() argument 223 ALOGV("+%s+ current %x", __func__, current & PLUGIN2_MASK); in tear_ambient_state() 224 if (current & AMBIENT_MASK) { in tear_ambient_state() 244 if (current & ENTITY_MASK) { in tear_ambient_state() 308 int set_hotword_state(struct iaxxx_odsp_hw *odsp_hdl, unsigned int current) in set_hotword_state() argument [all …]
|
/hardware/interfaces/radio/1.4/ |
D | IRadioIndication.hal | 27 * Report the current list of emergency numbers 39 * that are invalid in the current locale. The reported emergency number list must not have 56 * Report all of the current cell information known to the radio. 84 * IRadio.getDataCallList(). It is the complete list of current data contexts including 94 * Indicates current signal strength of the radio.
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssDebug.hal | 54 * Provides the current best known position from any 95 * extrapolated to the current time (with appropriately increased 102 * Provides the current best known UTC time estimate. 143 * Time duration from this report (current time), minus the 155 * Time duration from this report (current time) minus the time of the 183 * @return ret debugData information from GNSS Hal that contains the current best
|
/hardware/interfaces/radio/1.2/ |
D | IRadioIndication.hal | 33 * Request all of the current cell information known to the radio. 42 * Indicates current link capacity estimate. 69 * Indicates current signal strength of the radio.
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_copybit.cpp | 32 int current; member 40 r.current = 0; in region_iterator() 53 if (me->r.current != me->r.end) { in iterate() 54 rect->l = me->mRegion.rects[me->r.current].left; in iterate() 55 rect->t = me->mRegion.rects[me->r.current].top; in iterate() 56 rect->r = me->mRegion.rects[me->r.current].right; in iterate() 57 rect->b = me->mRegion.rects[me->r.current].bottom; in iterate() 58 me->r.current++; in iterate()
|
/hardware/interfaces/audio/effect/5.0/ |
D | IDownmixEffect.hal | 29 * Sets the current downmix preset. 34 * Gets the current downmix preset.
|
/hardware/interfaces/audio/effect/2.0/ |
D | IDownmixEffect.hal | 29 * Sets the current downmix preset. 34 * Gets the current downmix preset.
|
/hardware/interfaces/audio/effect/6.0/ |
D | IDownmixEffect.hal | 29 * Sets the current downmix preset. 34 * Gets the current downmix preset.
|