/hardware/google/pixel/vibrator/common/ |
D | StatsBase.cpp | 78 static void reportVendorAtom(const std::shared_ptr<IStats> &statsClient, const VendorAtom &atom) { in reportVendorAtom() argument 79 STATS_TRACE(" reportVendorAtom(statsClient, atom: %s)", atomToString(atom.atomId)); in reportVendorAtom() 80 const ndk::ScopedAStatus status = statsClient->reportVendorAtom(atom); in reportVendorAtom() 82 ALOGI("Vendor atom [id = %d] reported.", atom.atomId); in reportVendorAtom() 84 ALOGE("Failed to report atom [id = %d].", atom.atomId); in reportVendorAtom() 118 void StatsBase::reportVendorAtomAsync(const VendorAtom &atom) { in reportVendorAtomAsync() argument 119 STATS_TRACE("reportVendorAtomAsync(atom: %s)", atomToString(atom.atomId)); in reportVendorAtomAsync() 121 mAtomQueue.push_back(atom); in reportVendorAtomAsync() 186 for (const VendorAtom &atom : tempQueue) { in drainAtomQueue() local 187 reportVendorAtom(client, atom); in drainAtomQueue()
|
D | StatsBase.h | 68 void reportVendorAtomAsync(const VendorAtom &atom);
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | Xfixes.h | 93 Atom atom; /* Version >= 2 only */ member 109 Atom atom; member 223 XFixesGetCursorName (Display *dpy, Cursor cursor, Atom *atom);
|
D | xfixesproto.h | 409 Atom atom B32;
|
D | XInput.h | 484 Atom atom; /* the property that changed */ member
|
D | XIproto.h | 1739 Atom atom B32; /* affected property */
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | parse_dependency.py | 161 atom = ( 169 expr <<= atom + (boolop + atom).setParseAction(push_first)[...]
|
/hardware/google/pixel/pixelstats/ |
D | DropDetect.cpp | 170 static void reportDropEventToStatsd(const VendorAtom &atom) { in reportDropEventToStatsd() argument 177 const ndk::ScopedAStatus ret = stats_client->reportVendorAtom(atom); in reportDropEventToStatsd()
|
D | pixelatoms.proto | 34 * - submessages within an atom 38 /* Allocated atom IDs. */ 41 // AOSP atom ID range starts at 105000 133 // AOSP atom ID range ends at 109999 134 reserved 109997; // reserved for VtsVendorAtomJavaTest test atom 135 reserved 109998; // reserved for VtsVendorAtomJavaTest test atom 136 reserved 109999; // reserved for VtsVendorAtomJavaTest test atom 1370 /* source: identify whether this atom is for voice or voip case. */ 1386 * Each of the atom will show only one type of background noises. There are at most 4 types.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | vulkantypes.py | 613 atom = stack.pop() 614 if atom.name[0].isdigit(): stack[-1].append(eval(atom.name)) 615 else: stack[-1].append(atom)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | render-a11y-string.mjs | 212 case "atom": 257 throw new Error(`"${tree.family}" is not a valid atom type`); 533 // TODO: differentiate between a body with a single atom, e.g.
|
D | mhchem.mjs | 142 // 3 == next atom
|
/hardware/interfaces/tv/tuner/config/ |
D | TunerTestingConfigReaderV1_0.h | 394 for (uint8_t atom : msgConfig.getMsgBody()) { in readDiseqcMessages() local 395 diseqcMsgMap[name].push_back(atom); in readDiseqcMessages()
|
D | TunerTestingConfigAidlReaderV1_0.h | 507 for (uint8_t atom : msgConfig.getMsgBody()) { in readDiseqcMessages() local 508 diseqcMsgMap[name].push_back(atom); in readDiseqcMessages()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xproto.h | 485 Atom atom B32; 1134 Atom atom B32; 1144 Atom atom B32; 1263 xInternAtomReply atom; member
|
D | Xlib.h | 850 Atom atom; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.mjs | 229 return baseElem.type === "mathord" || baseElem.type === "textord" || baseElem.type === "atom"; 4346 …ams, rel, "\u25c0", "\\blacktriangleleft"); // unicode-math says that \therefore is a mathord atom. 4347 // We kept the amssymb atom type, which is rel. 4351 … ams, rel, "\u25b6", "\\blacktriangleright"); // unicode-math says that \because is a mathord atom. 4352 // We kept the amssymb atom type, which is rel. 4385 // We'll map it to AMS function \dashrightarrow. It produces the same atom. 6137 …ow new Error(`Expected node of type "atom" and family "${family}", but got ` + (node ? node.type =… 6148 return node && node.type === "atom" && node.family === family ? node : null; 6170 if (node && (node.type === "atom" || NON_ATOMS.hasOwnProperty(node.type))) { 6547 }; // Return math atom class (mclass) of a domTree. [all …]
|
D | katex.js | 10572 var atom = arg.type === "ordgroup" && arg.body.length ? arg.body[0] : arg; 10574 if (atom.type === "atom" && (atom.family === "bin" || atom.family === "rel")) { 10575 return "m" + atom.family; 16243 var atom = this.parseAtom(breakOnTokenText); 16245 if (!atom) { 16249 body.push(atom);
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 2410 drawable, reply->atom, in wsi_x11_set_adaptive_sync_property() 2413 check = xcb_delete_property_checked(conn, drawable, reply->atom); in wsi_x11_set_adaptive_sync_property()
|
D | wsi_common_display.c | 2437 *connector_id_atom_p = connector_id_atom = ia_r->atom; in wsi_display_output_to_connector_id()
|