/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
D | stream-out-async-sm.gv | 29 STANDBY -> IDLE [label="start"]; // consumer -> active 30 STANDBY -> PAUSED [label="burst"]; // producer -> active 31 IDLE -> STANDBY [label="standby"]; // consumer -> passive 32 IDLE -> TRANSFERRING [label="burst"]; // producer -> active 33 IDLE -> ACTIVE [label="burst"]; // full write 34 ACTIVE -> PAUSED [label="pause"]; // consumer -> passive (not consuming) 35 ACTIVE -> DRAINING [label="drain"]; // producer -> passive 36 ACTIVE -> TRANSFERRING [label="burst"]; // early unblocking 37 ACTIVE -> ACTIVE [label="burst"]; // full write 38 TRANSFERRING -> ACTIVE [label="←IStreamCallback.onTransferReady"]; [all …]
|
D | stream-out-sm.gv | 27 STANDBY -> IDLE [label="start"]; // consumer -> active 28 STANDBY -> PAUSED [label="burst"]; // producer -> active 29 IDLE -> STANDBY [label="standby"]; // consumer -> passive 30 IDLE -> ACTIVE [label="burst"]; // producer -> active 31 ACTIVE -> ACTIVE [label="burst"]; 32 ACTIVE -> PAUSED [label="pause"]; // consumer -> passive (not consuming) 33 ACTIVE -> DRAINING [label="drain"]; // producer -> passive 34 ACTIVE -> IDLE [label="drain"]; // synchronous drain 35 PAUSED -> PAUSED [label="burst"]; 36 PAUSED -> ACTIVE [label="start"]; // consumer -> active [all …]
|
D | stream-in-async-sm.gv | 28 STANDBY -> IDLE [label="start"]; // producer -> active 29 IDLE -> STANDBY [label="standby"]; // producer -> passive, buffer is cleared 30 IDLE -> TRANSFERRING [label="burst"]; // consumer -> active 31 ACTIVE -> PAUSED [label="pause"]; // consumer -> passive 32 ACTIVE -> DRAINING [label="drain"]; // producer -> passive 33 ACTIVE -> TRANSFERRING [label="burst"]; 34 TRANSFERRING -> ACTIVE [label="←IStreamCallback.onTransferReady"]; 35 TRANSFERRING -> PAUSED [label="pause"]; // consumer -> passive 36 TRANSFERRING -> DRAINING [label="drain"]; // producer -> passive 37 PAUSED -> TRANSFERRING [label="burst"]; // consumer -> active [all …]
|
D | stream-in-sm.gv | 26 STANDBY -> IDLE [label="start"]; // producer -> active 27 IDLE -> STANDBY [label="standby"]; // producer -> passive, buffer is cleared 28 IDLE -> ACTIVE [label="burst"]; // consumer -> active 29 ACTIVE -> ACTIVE [label="burst"]; 30 ACTIVE -> PAUSED [label="pause"]; // consumer -> passive 31 ACTIVE -> DRAINING [label="drain"]; // producer -> passive 32 PAUSED -> ACTIVE [label="burst"]; // consumer -> active 33 PAUSED -> STANDBY [label="flush"]; // producer -> passive, buffer is cleared 34 DRAINING -> DRAINING [label="burst"]; 35 DRAINING -> ACTIVE [label="start"]; // producer -> active [all …]
|
/hardware/qcom/sm8150/thermal/ |
D | thermal_target.c | 119 .label = "GPU", 126 .label = "battery", 133 .label = "skin", 168 .label = "GPU", 175 .label = "battery", 182 .label = "skin", 205 .label = "GPU", 212 .label = "battery", 219 .label = "skin", 254 .label = "GPU", [all …]
|
D | thermal-845.c | 60 .label = "GPU", 68 .label = "battery", 78 .label = "skin",
|
D | thermal-8998.c | 60 .label = "GPU", 68 .label = "battery", 78 .label = "skin",
|
D | thermal_common.h | 56 char *label; member
|
/hardware/interfaces/audio/aidl/android/hardware/audio/effect/ |
D | state.gv | 26 I -> INIT[label = "IFactory.createEffect" labelfontcolor = "navy"]; 27 INIT -> F[label = "IFactory.destroyEffect"]; 28 INIT -> IDLE[label = "IEffect.open()" labelfontcolor = "lime"]; 29 IDLE -> PROCESSING[label = "IEffect.command(START"]; 30 PROCESSING -> IDLE[label = "IEffect.command(STOP)\nIEffect.command(RESET)"]; 31 IDLE -> INIT[label = "IEffect.close()"]; 33 INIT -> INIT[label = "IEffect.getState\nIEffect.getDescriptor"]; 34 …IDLE -> IDLE[label = "IEffect.getParameter\nIEffect.setParameter\nIEffect.getDescriptor\nIEffect.c… 37 … [label = "IEffect.getParameter\nIEffect.setParameter\nIEffect.getDescriptor\nIEffect.reopen"];
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | addscript.searchboxmarker | 1 <div class="searchbox"><label for="searchbox">Search: </label><input id="searchbox" type="text" dis…
|
D | custom.patch | 19 +<div class="searchbox"><label for="searchbox">Search: </label><input id="searchbox" type="text" di…
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/ |
D | mlerrorcode.h | 70 #define CALL_CHECK_N_GOTO(f, label) { \ argument 75 goto label; \
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | render-a11y-string.js | 301 buildString(tree.label, "normal", a11yStrings); 312 buildString(accentUnderMap[tree.label], "normal", a11yStrings); 647 if (/cancel/.test(tree.label)) { 654 } else if (/box/.test(tree.label)) { 661 } else if (/sout/.test(tree.label)) { 670 throw new Error("KaTeX-a11y: enclose node with " + tree.label + " not supported yet"); 731 buildString("start " + tree.label.slice(1), "normal", a11yStrings); 733 buildString("end " + tree.label.slice(1), "normal", a11yStrings);
|
D | render-a11y-string.min.js | 1 …label,"normal",r),r.push("on top")});break;case"accentUnder":b(r,function(r){f(e.base,r,t),r.push(…
|
D | render-a11y-string.mjs | 189 buildString(tree.label, "normal", a11yStrings); 200 buildString(accentUnderMap[tree.label], "normal", a11yStrings); 535 if (/cancel/.test(tree.label)) { 542 } else if (/box/.test(tree.label)) { 549 } else if (/sout/.test(tree.label)) { 558 throw new Error(`KaTeX-a11y: enclose node with ${tree.label} not supported yet`); 619 buildString(`start ${tree.label.slice(1)}`, "normal", a11yStrings); 621 buildString(`end ${tree.label.slice(1)}`, "normal", a11yStrings);
|
/hardware/interfaces/gatekeeper/aidl/software/ |
D | SharedSecret.cpp | 69 keymaster::KeymasterBlob label((uint8_t*)KEY_AGREEMENT_LABEL, strlen(KEY_AGREEMENT_LABEL)); in computeSharedSecret() local 70 if (label.data == nullptr) { in computeSharedSecret() 105 auto error = keymaster::ckdf(key_agreement_key, label, context_blobs_ptr, context_blobs.size(), in computeSharedSecret()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | genspec.py | 32 def buildRelease(label, argument 57 print('echo Info: Generating target=' + label,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_utils.adoc | 220 To begin identifying a region using a debug label inside a queue, you may 223 Then, when the region of interest has passed, you may end the label region 226 Additionally, a single debug label may be inserted at any time using 229 [open,refpage='vkQueueBeginDebugUtilsLabelEXT',desc='Open a queue debug label region',type='protos'] 231 A queue debug label region is opened by calling: 235 * pname:queue is the queue in which to start a debug label region. 237 specifying parameters of the label region to open. 242 [open,refpage='VkDebugUtilsLabelEXT',desc='Specify parameters of a label region',type='structs'] 252 containing the name of the label. 254 the label. [all …]
|
/hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/ |
D | DabTableEntry.aidl | 34 String label;
|
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/1/android/hardware/broadcastradio/ |
D | DabTableEntry.aidl | 37 String label;
|
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/current/android/hardware/broadcastradio/ |
D | DabTableEntry.aidl | 37 String label;
|
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/2/android/hardware/broadcastradio/ |
D | DabTableEntry.aidl | 37 String label;
|
/hardware/interfaces/macsec/aidl/default/ |
D | MacsecPskPlugin.cpp | 78 static int aes_kdf(CMAC_CTX* ctx, const char* label, const uint8_t* context, int ctx_bits, in aes_kdf() argument 86 lab_len = strlen(label); in aes_kdf() 99 memcpy(buf + 1, label, lab_len); in aes_kdf()
|
/hardware/qcom/bt/msm8998/libbt-vendor/ |
D | Android.mk | 95 -Wno-unused-label \
|
/hardware/google/av/media/eco/ |
D | .clang-format | 16 # "Don't indent the section label"
|