/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | list.cpp | 38 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 …]
|
D | list.h | 37 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/ |
D | list.cpp | 38 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 …]
|
D | list.h | 37 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/ |
D | ralloc.c | 973 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/ |
D | Android.bp | 54 // 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/ |
D | Android.bp | 51 name: "android.hardware.broadcastradio@common-utils-aidl-lib-latest", 71 "android.hardware.broadcastradio@common-utils-aidl-lib-latest",
|
/hardware/interfaces/security/secretkeeper/aidl/ |
D | Android.bp | 54 // 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/ |
D | Android.bp | 56 // 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/ |
D | IGnss.hal | 50 * 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/ |
D | IVisualizerEffect.hal | 85 * 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/ |
D | IVisualizerEffect.hal | 85 * 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/ |
D | IVisualizerEffect.hal | 85 * 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/ |
D | Android.bp | 90 // 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/ |
D | IVisualizerEffect.hal | 85 * 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/ |
D | IVisualizerEffect.hal | 85 * 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/ |
D | styleguide.adoc | 29 :docguide: https://docs.asciidoctor.org/asciidoc/latest
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/ |
D | wsi.adoc | 14 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/ |
D | Android.bp | 40 "android.hardware.broadcastradio@common-utils-aidl-lib-latest",
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | macTouchOpenGL.m | 31 // In order for IOKit to know the latest GPU selection status, we need
|
/hardware/interfaces/wifi/1.6/ |
D | IWifiStaIface.hal | 29 * Retrieve the latest link layer stats.
|
/hardware/interfaces/identity/aidl/ |
D | Android.bp | 71 // cc_defaults that includes the latest Identity AIDL library.
|
/hardware/interfaces/soundtrigger/aidl/ |
D | Android.bp | 50 // you add the latest frozen version to versions_with_info
|
/hardware/google/gfxstream/qnx/ |
D | README.md | 3 …ith `QNX_TARGET` and `QNX_HOST` environment variables set. Make sure the latest meson is installed.
|
/hardware/interfaces/drm/1.4/ |
D | ICryptoPlugin.hal | 30 * @return logMessages latest plugin level log messages. Can be used
|