Home
last modified time | relevance | path

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

1234

/hardware/qcom/wlan/wcn6740/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/qcom/wlan/legacy/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/google/gfxstream/guest/mesa/src/util/
Dralloc.c973 struct linear_header *latest; /* the only buffer that has free space */ member
1023 node->latest = node; in create_linear_node()
1031 linear_header *latest = first->latest; in linear_alloc_child() local
1037 assert(!latest->next); in linear_alloc_child()
1042 if (unlikely(latest->offset + full_size > latest->size)) { in linear_alloc_child()
1044 new_node = create_linear_node(latest->ralloc_parent, size); in linear_alloc_child()
1048 first->latest = new_node; in linear_alloc_child()
1049 latest->latest = new_node; in linear_alloc_child()
1050 latest->next = new_node; in linear_alloc_child()
1051 latest = new_node; in linear_alloc_child()
[all …]
/hardware/interfaces/security/keymint/aidl/
DAndroid.bp54 // cc_defaults that includes the latest KeyMint AIDL library.
85 // A rust_defaults that includes the latest KeyMint AIDL library.
/hardware/interfaces/broadcastradio/common/utilsaidl/
DAndroid.bp51 name: "android.hardware.broadcastradio@common-utils-aidl-lib-latest",
71 "android.hardware.broadcastradio@common-utils-aidl-lib-latest",
/hardware/interfaces/security/secretkeeper/aidl/
DAndroid.bp54 // cc_defaults that includes the latest Secretkeeper AIDL library.
85 // A rust_defaults that includes the latest Secretkeeper AIDL library.
/hardware/interfaces/security/authgraph/aidl/
DAndroid.bp56 // cc_defaults that includes the latest Authgraph AIDL library.
87 // A rust_defaults that includes the latest Authgraph AIDL library.
/hardware/interfaces/gnss/2.1/
DIGnss.hal50 * non-null. They can all return the same, latest version of IGnssMeasurement.
61 * return non-null. They can all return the same, latest version of IGnssConfiguration.
/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/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/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/neuralnetworks/aidl/utils/
DAndroid.bp90 // A cc_defaults that includes the latest non-experimental AIDL utilities and other AIDL libraries
91 // that are commonly used together. Modules that always depend on the latest non-experimental
/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/7.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/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dstyleguide.adoc29 :docguide: https://docs.asciidoctor.org/asciidoc/latest
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/
Dwsi.adoc14 engine is only required to update to the latest contents of a shared
20 presentation engine will automatically present the latest contents of a
/hardware/interfaces/broadcastradio/aidl/vts/
DAndroid.bp40 "android.hardware.broadcastradio@common-utils-aidl-lib-latest",
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DmacTouchOpenGL.m31 // In order for IOKit to know the latest GPU selection status, we need
/hardware/interfaces/wifi/1.6/
DIWifiStaIface.hal29 * Retrieve the latest link layer stats.
/hardware/interfaces/identity/aidl/
DAndroid.bp71 // cc_defaults that includes the latest Identity AIDL library.
/hardware/interfaces/soundtrigger/aidl/
DAndroid.bp50 // you add the latest frozen version to versions_with_info
/hardware/google/gfxstream/qnx/
DREADME.md3 …ith `QNX_TARGET` and `QNX_HOST` environment variables set. Make sure the latest meson is installed.
/hardware/interfaces/drm/1.4/
DICryptoPlugin.hal30 * @return logMessages latest plugin level log messages. Can be used

1234