| /frameworks/rs/driver/runtime/ |
| D | rs_element.c | 8 rsElementGetSubElementCount(rs_element e) { in rsElementGetSubElementCount() 17 rsElementGetSubElement(rs_element e, uint32_t index) { in rsElementGetSubElement() 35 rsElementGetSubElementNameLength(rs_element e, uint32_t index) { in rsElementGetSubElementNameLength() 44 rsElementGetSubElementName(rs_element e, uint32_t index, char *name, uint32_t nameLength) { in rsElementGetSubElementName() 66 rsElementGetSubElementArraySize(rs_element e, uint32_t index) { in rsElementGetSubElementArraySize() 75 rsElementGetSubElementOffsetBytes(rs_element e, uint32_t index) { in rsElementGetSubElementOffsetBytes() 84 rsElementGetBytesSize(rs_element e) { in rsElementGetBytesSize() 93 rsElementGetDataType(rs_element e) { in rsElementGetDataType() 102 rsElementGetDataKind(rs_element e) { in rsElementGetDataKind() 111 rsElementGetVectorSize(rs_element e) { in rsElementGetVectorSize()
|
| /frameworks/base/core/java/android/hardware/camera2/utils/ |
| D | UncheckedThrow.java | 28 public static void throwAnyException(Exception e) { in throwAnyException() 40 public static void throwAnyException(Throwable e) { in throwAnyException() 49 private static<T extends Throwable> void throwAnyImpl(Throwable e) throws T { in throwAnyImpl()
|
| /frameworks/native/services/sensorservice/ |
| D | SensorList.cpp | 56 handle, [] (const Entry& e) -> String8 {return e.si->getSensor().getName();}, in getName() 62 handle, [] (const Entry& e) -> String8 {return e.si->getSensor().getStringType();}, in getStringType() 68 handle, [] (const Entry& e) -> std::shared_ptr<SensorInterface> {return e.si;}, in getInterface() 81 [&sensors] (const Entry& e) -> bool { in getUserSensors() 95 [&sensors] (const Entry& e) -> bool { in getUserDebugSensors() 109 [&sensors] (const Entry& e) -> bool { in getDynamicSensors() 123 [&sensors] (const Entry& e) -> bool { in getVirtualSensors() 136 [&sensors, deviceId] (const Entry& e) -> bool { in getRuntimeSensors()
|
| /frameworks/rs/cpp/ |
| D | ScriptIntrinsics.cpp | 35 ScriptIntrinsic::ScriptIntrinsic(sp<RS> rs, int id, sp<const Element> e) in ScriptIntrinsic() 46 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(const sp<RS>& rs, const sp<const Element>& e)… in create() 54 ScriptIntrinsic3DLUT::ScriptIntrinsic3DLUT(sp<RS> rs, sp<const Element> e) in ScriptIntrinsic3DLUT() 80 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(const sp<RS>& rs, const sp<const Element>& e)… in create() 88 ScriptIntrinsicBlend::ScriptIntrinsicBlend(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlend() 215 sp<ScriptIntrinsicBlur> ScriptIntrinsicBlur::create(const sp<RS>& rs, const sp<const Element>& e) { in create() 224 ScriptIntrinsicBlur::ScriptIntrinsicBlur(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlur() 259 ScriptIntrinsicColorMatrix::ScriptIntrinsicColorMatrix(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicColorMatrix() 348 …nsicConvolve3x3> ScriptIntrinsicConvolve3x3::create(const sp<RS>& rs, const sp<const Element>& e) { in create() 364 ScriptIntrinsicConvolve3x3::ScriptIntrinsicConvolve3x3(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicConvolve3x3() [all …]
|
| /frameworks/native/libs/binder/ |
| D | Binder.cpp | 308 Extras* e = getOrCreateExtras(); in startRecordingTransactions() local 338 Extras* e = getOrCreateExtras(); in stopRecordingTransactions() local 406 Extras* e = mExtras.load(std::memory_order_acquire); in transact() local 451 Extras* e = getOrCreateExtras(); in attachObject() local 460 Extras* e = mExtras.load(std::memory_order_acquire); in findObject() local 468 Extras* e = mExtras.load(std::memory_order_acquire); in detachObject() local 476 Extras* e = getOrCreateExtras(); in withLock() local 485 Extras* e = getOrCreateExtras(); in lookupOrCreateWeak() local 498 Extras* e = mExtras.load(std::memory_order_acquire); in isRequestingSid() local 509 Extras* e = mExtras.load(std::memory_order_acquire); in setRequestingSid() local [all …]
|
| /frameworks/base/core/java/android/view/ |
| D | GestureDetector.java | 73 boolean onDown(@NonNull MotionEvent e); in onDown() 83 void onShowPress(@NonNull MotionEvent e); in onShowPress() 92 boolean onSingleTapUp(@NonNull MotionEvent e); in onSingleTapUp() 119 void onLongPress(@NonNull MotionEvent e); in onLongPress() 155 boolean onSingleTapConfirmed(@NonNull MotionEvent e); in onSingleTapConfirmed() 163 boolean onDoubleTap(@NonNull MotionEvent e); in onDoubleTap() 172 boolean onDoubleTapEvent(@NonNull MotionEvent e); in onDoubleTapEvent() 187 boolean onContextClick(@NonNull MotionEvent e); in onContextClick() 199 public boolean onSingleTapUp(@NonNull MotionEvent e) { in onSingleTapUp() 203 public void onLongPress(@NonNull MotionEvent e) { in onLongPress() [all …]
|
| D | InputQueue.java | 47 private static native long nativeSendKeyEvent(long ptr, KeyEvent e, boolean preDispatch); in nativeSendKeyEvent() 48 private static native long nativeSendMotionEvent(long ptr, MotionEvent e); in nativeSendMotionEvent() 93 public void sendInputEvent(InputEvent e, Object token, boolean predispatch, in sendInputEvent() 109 ActiveInputEvent e = mActiveEventArray.valueAt(index); in finishInputEvent() local 118 ActiveInputEvent e = mActiveInputEventPool.acquire(); in obtainActiveInputEvent() local 127 private void recycleActiveInputEvent(ActiveInputEvent e) { in recycleActiveInputEvent()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
| D | UdfpsLogger.kt | 32 fun e(tag: String, @CompileTimeConstant msg: String) = log(tag, msg, ERROR) in e() method in com.android.systemui.biometrics.UdfpsLogger 34 fun e(tag: String, @CompileTimeConstant msg: String, throwable: Throwable?) { in e() method
|
| /frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
| D | Uinput.java | 85 Event e = null; in run() local 98 private void process(Event e) { in process() 119 private void registerDevice(Event e) { in registerDevice() 134 private static void error(String msg, Exception e) { in error()
|
| /frameworks/base/cmds/hid/src/com/android/commands/hid/ |
| D | Hid.java | 75 Event e = null; in run() local 88 private void process(Event e) { in process() 114 private void registerDevice(Event e) { in registerDevice() 129 private static void error(String msg, Exception e) { in error()
|
| /frameworks/base/services/backup/java/com/android/server/backup/keyvalue/ |
| D | KeyValueBackupReporter.java | 122 void onInitializeTransportError(Exception e) { in onInitializeTransportError() 130 void onExtractPmAgentDataError(Exception e) { in onExtractPmAgentDataError() 163 void onBindAgentError(String packageName, SecurityException e) { in onBindAgentError() 193 void onCallAgentDoBackupError(String packageName, boolean callingAgent, Exception e) { in onCallAgentDoBackupError() 226 void onAgentDataError(String packageName, IOException e) { in onAgentDataError() 230 void onDigestError(NoSuchAlgorithmException e) { in onDigestError() 284 void onAgentDoQuotaExceededError(Exception e) { in onAgentDoQuotaExceededError() 310 void onPackageBackupTransportError(String packageName, Exception e) { in onPackageBackupTransportError() 371 void onTransportRequestBackupTimeError(Exception e) { in onTransportRequestBackupTimeError() 385 void onSetCurrentTokenError(Exception e) { in onSetCurrentTokenError() [all …]
|
| /frameworks/base/core/java/com/android/internal/util/function/pooled/ |
| D | OmniFunction.java | 69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke() 141 public R apply(A a, B b, C c, D d, E e) { in apply() 146 public R apply(A a, B b, C c, D d, E e, F f) { in apply() 151 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply() 156 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply() 161 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply() 166 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply() 171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in apply() 181 public void accept(A a, B b, C c, D d, E e) { in accept() 186 public void accept(A a, B b, C c, D d, E e, F f) { in accept() [all …]
|
| /frameworks/compile/slang/BitWriter_2_9_func/ |
| D | BitcodeWriter.cpp | 148 for (unsigned i = 0, e = Str.size(); i != e; ++i) { in WriteStringRecord() local 167 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in WriteAttributeTable() local 169 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) { in WriteAttributeTable() local 245 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) { in WriteTypeTable() local 283 for (unsigned i = 0, e = FT->getNumParams(); i != e; ++i) in WriteTypeTable() local 555 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in WriteMDTuple() local 697 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteFunctionLocalMetadata() local 732 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteMetadataAttachment() local 755 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { in WriteModuleMetadataStore() local 829 for (unsigned i = 0, e = AsmStr.size(); i != e; ++i) in WriteConstants() local [all …]
|
| D | ValueEnumerator.cpp | 109 for (unsigned i = 0, e = MDs.size(); i != e; ++i) in ValueEnumerator() local 245 for (unsigned i = 0, e = MD->getNumOperands(); i != e; ++i) in EnumerateNamedMDNode() local 252 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in EnumerateMDNodeOperands() local 348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue() local 422 for (unsigned i = 0, e = C->getNumOperands(); i != e; ++i) { in EnumerateOperandType() local 446 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) { in EnumerateAttributes() local 508 for (unsigned i = 0, e = FnLocalMDVector.size(); i != e; ++i) in incorporateFunction() local 514 for (unsigned i = NumModuleValues, e = Values.size(); i != e; ++i) in purgeFunction() local 516 for (unsigned i = NumModuleMDs, e = MDs.size(); i != e; ++i) in purgeFunction() local 518 for (unsigned i = 0, e = BasicBlocks.size(); i != e; ++i) in purgeFunction() local
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | RpmStats.java | 38 PowerStatePlatformSleepState e = mPlatformLowPowerStats.get(name); in getAndUpdatePlatformState() local 52 PowerStateSubsystem e = mSubsystemLowPowerStats.get(name); in getSubsystem() local 83 PowerStateElement e = mVoters.get(name); in putVoter() local 103 PowerStateElement e = mStates.get(name); in putState() local
|
| /frameworks/compile/slang/BitWriter_2_9/ |
| D | BitcodeWriter.cpp | 125 for (unsigned i = 0, e = Str.size(); i != e; ++i) { in WriteStringRecord() local 144 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in WriteAttributeTable() local 146 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) { in WriteAttributeTable() local 175 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) { in WriteTypeSymbolTable() local 192 for (unsigned i = 0, e = Str.size(); i != e; ++i) { in WriteTypeSymbolTable() local 260 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) { in WriteTypeTable() local 298 for (unsigned i = 0, e = FT->getNumParams(); i != e; ++i) in WriteTypeTable() local 557 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in WriteMDTuple() local 699 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteFunctionLocalMetadata() local 734 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteMetadataAttachment() local [all …]
|
| /frameworks/compile/slang/BitWriter_3_2/ |
| D | BitcodeWriter.cpp | 148 for (unsigned i = 0, e = Str.size(); i != e; ++i) { in WriteStringRecord() local 167 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in WriteAttributeTable() local 169 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) { in WriteAttributeTable() local 247 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) { in WriteTypeTable() local 285 for (unsigned i = 0, e = FT->getNumParams(); i != e; ++i) in WriteTypeTable() local 585 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in WriteMDTuple() local 727 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteFunctionLocalMetadata() local 762 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteMetadataAttachment() local 785 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { in WriteModuleMetadataStore() local 867 for (unsigned i = 0, e = AsmStr.size(); i != e; ++i) in WriteConstants() local [all …]
|
| /frameworks/native/cmds/lshal/ |
| D | Lshal.cpp | 58 for (const auto& e : mRegisteredCommands) f(e.get()); in forEachCommand() local 67 forEachCommand([&](const Command* e) { in usage() 71 forEachCommand([&](const Command* e) { in usage() 81 forEachCommand([&](const Command* e) { in usage() 203 for (const auto& e : mRegisteredCommands) { in selectCommand() local
|
| /frameworks/compile/mclinker/lib/LD/ |
| D | EhFrame.cpp | 155 for (const_cie_iterator i = cie_begin(), e = cie_end(); i != e; ++i) in numOfFDEs() local 183 for (cie_iterator i = pFrame.cie_begin(), e = pFrame.cie_end(); i != e; ++i) { in merge() local 211 for (cie_iterator i = cie_begin(), e = cie_end(); i != e; ++i) { in setupAttributes() local 253 for (fde_iterator i = pCIE.begin(), e = pCIE.end(); i != e; ++i) { in removeDiscardedFDE() local 273 e = to_be_removed_fdes.end(); in removeDiscardedFDE() local 305 for (fde_iterator i = pInCIE.begin(), e = pInCIE.end(); i != e; ++i) in removeAndUpdateCIEForFDE() local 337 for (fde_iterator i = pInCIE.begin(), e = pInCIE.end(); i != e; ++i) { in moveInputFragments() local 347 for (fde_iterator i = pInCIE.begin(), e = pInCIE.end(); i != e; ++i) { in moveInputFragments() local 358 for (SectionData::iterator i = frag_list.begin(), e = frag_list.end(); i != e; in computeOffsetSize() local
|
| /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
| D | AssociationServiceException.java | 28 public AssociationServiceException(String msg, Exception e) { in AssociationServiceException() 32 public AssociationServiceException(Exception e) { in AssociationServiceException()
|
| /frameworks/native/libs/ultrahdr/ |
| D | gainmapmath.cpp | 125 float srgbLuminance(Color e) { in srgbLuminance() 189 float p3Luminance(Color e) { in p3Luminance() 225 float bt2100Luminance(Color e) { in bt2100Luminance() 278 float hlgOetf(float e) { in hlgOetf() 286 Color hlgOetf(Color e) { in hlgOetf() 290 float hlgOetfLUT(float e) { in hlgOetfLUT() 298 Color hlgOetfLUT(Color e) { in hlgOetfLUT() 336 float pqOetf(float e) { in pqOetf() 342 Color pqOetf(Color e) { in pqOetf() 346 float pqOetfLUT(float e) { in pqOetfLUT() [all …]
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/ |
| D | LogProxy.kt | 37 fun e(tag: String, message: String) in v() method 60 override fun e(tag: String, message: String) { in v() method in com.android.systemui.log.table.LogProxyDefault
|
| /frameworks/rs/driver/ |
| D | rsdElement.cpp | 25 bool rsdElementInit(const Context *, const Element *e) { in rsdElementInit() 29 void rsdElementDestroy(const Context *rsc, const Element *e) { in rsdElementDestroy()
|
| /frameworks/base/core/tests/coretests/src/android/content/integrity/ |
| D | IntegrityUtilsTest.java | 48 Exception e = in testInvalidHexDigest_mustHaveEvenLength() local 57 Exception e = in testInvalidHexDigest_invalidHexChar() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
| D | NotificationHelper.java | 104 public static boolean isMissedCall(NotificationEntry e) { in isMissedCall() 114 private static boolean hasContent(NotificationEntry e) { in hasContent() 124 public static boolean isValid(NotificationEntry e) { in isValid() 131 public static boolean isMissedCallOrHasContent(NotificationEntry e) { in isMissedCallOrHasContent()
|