Home
last modified time | relevance | path

Searched refs:latest (Results 1 – 25 of 65) sorted by relevance

123

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dlist.cpp38 void list_add(struct list_head *latest, in list_add() argument
41 next->prev = latest; in list_add()
42 latest->next = next; in list_add()
43 latest->prev = prev; in list_add()
44 prev->next = latest; in list_add()
47 void add_to_list(struct list_head *latest, struct list_head *head) in add_to_list() argument
49 list_add(latest, head, head->next); in add_to_list()
52 void list_add_tail(struct list_head *latest, struct list_head *head) in list_add_tail() argument
54 list_add(latest, head->prev, head); in list_add_tail()
70 void replace_in_list(struct list_head *old, struct list_head *latest) in replace_in_list() argument
[all …]
Dlist.h37 void list_add(struct list_head *latest, struct list_head *prev,
39 void add_to_list(struct list_head *latest, struct list_head *head);
40 void list_add_tail(struct list_head *latest, struct list_head *head);
43 void replace_in_list(struct list_head *old, struct list_head *latest);
/hardware/interfaces/audio/effect/6.0/
DIVisualizerEffect.hal85 * Retrieves the latest PCM snapshot captured by the visualizer engine. The
103 * Retrieves the latest measurements. The measurements to be made
/hardware/interfaces/audio/effect/4.0/
DIVisualizerEffect.hal85 * Retrieves the latest PCM snapshot captured by the visualizer engine. The
103 * Retrieves the latest measurements. The measurements to be made
/hardware/interfaces/audio/effect/5.0/
DIVisualizerEffect.hal85 * Retrieves the latest PCM snapshot captured by the visualizer engine. The
103 * Retrieves the latest measurements. The measurements to be made
/hardware/interfaces/audio/effect/2.0/
DIVisualizerEffect.hal85 * Retrieves the latest PCM snapshot captured by the visualizer engine. The
103 * Retrieves the latest measurements. The measurements to be made
/hardware/interfaces/wifi/1.3/
DIWifiStaIface.hal30 * Retrieve the latest link layer stats.
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr33 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
Dloc_api.xdr32 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr33 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
Dloc_api.xdr32 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr33 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
Dloc_api.xdr32 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr33 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
Dloc_api.xdr32 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr33 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
Dloc_api.xdr32 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr33 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
Dloc_api.xdr32 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#16
/hardware/interfaces/gnss/1.1/
DIGnssConfiguration.hal44 * The superset of all satellite sources provided, including wildcards, in the latest call
/hardware/interfaces/cas/1.2/
Dtypes.hal145 * latest StatusMessage from the StatusEvent. The plugin supports unlimited
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal44 * latest available value.
/hardware/interfaces/wifi/offload/1.0/
DIOffload.hal80 * interface objects, the latest one must be used to deliver events to client.
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_cb.xdr62 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#24
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_cb.xdr62 Id: //source/qcom/qct/modem/api/gps/main/latest/loc_api.h#24

123