/hardware/nxp/weaver/1.0/ |
D | WeaverService.cpp | 60 } catch (std::length_error& e) { in main() local 62 } catch (std::__1::ios_base::failure& e) { in main() local 64 } catch (std::__1::system_error& e) { in main() local
|
/hardware/nxp/secure_element/snxxx/1.1/ |
D | NxpEseService.cpp | 134 } catch (const std::length_error& e) { in main() local 136 } catch (const std::__1::ios_base::failure& e) { in main() local 138 } catch (std::__1::regex_error& e) { in main() local
|
/hardware/nxp/weaver/aidl_impl/ |
D | service.cpp | 38 } catch (std::__1::ios_base::failure &e) { in main() local 40 } catch (std::__1::system_error &e) { in main() local
|
/hardware/nxp/nfc/snxxx/1.2/ |
D | NxpNfcService.cpp | 91 } catch (const std::__1::ios_base::failure& e) { in main() local 92 } catch (std::__1::system_error& e) { in main() local
|
/hardware/nxp/secure_element/snxxx/1.2/ |
D | NxpEseService.cpp | 180 } catch (const std::length_error& e) { in main() local 182 } catch (const std::__1::ios_base::failure& e) { in main() local 184 } catch (std::__1::regex_error& e) { in main() local
|
/hardware/google/gfxstream/host/ |
D | NativeSubWindow_x11.cpp | 23 static Bool WaitForMapNotify(Display *d, XEvent *e, char *arg) { in WaitForMapNotify() 30 static Bool WaitForConfigureNotify(Display *d, XEvent *e, char *arg) { in WaitForConfigureNotify() 75 XEvent e; in createSubWindow() local 132 XEvent e; in moveSubWindow() local
|
/hardware/ril/libril/ |
D | ril_service.cpp | 55 #define CALL_ONREQUEST(a, b, c, d, e) \ argument 59 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) argument 2911 RIL_Errno e) { in populateResponseInfo() 2924 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() 2943 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() 2959 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() 3009 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() 3031 int responseType, int serial, RIL_Errno e, in supplyIccPukForAppResponse() 3052 int responseType, int serial, RIL_Errno e, in supplyIccPin2ForAppResponse() 3073 int responseType, int serial, RIL_Errno e, in supplyIccPuk2ForAppResponse() [all …]
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | EnumFlags.h | 103 enable_if_scoped_enum<E, bool> nonzero(E e) { in nonzero()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | EnumFlags.h | 103 enable_if_scoped_enum<E, bool> nonzero(E e) { in nonzero()
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | ApiGen.cpp | 93 EntryPoint *e = &at(i); in genProcTypes() local 153 EntryPoint *e = &at(i); in genFuncTable() local 192 EntryPoint *e = &at(i); in genContext() local 267 EntryPoint *e = &at(i); in genEntryPoints() local 399 Var& var, EntryPoint* e, char* buff, size_t bufflen, in getVarEncodingSizeExpression() 530 static void addGuestTimePrinting(const EntryPoint* e, bool hasTimeBeforeReadback, in addGuestTimePrinting() 544 static void addEncoderDebugLog(const EntryPoint* e, FILE* fp) { in addEncoderDebugLog() 600 EntryPoint *e = &at(i); in genEncoderImpl() local 889 EntryPoint *e = &at(i); in genEncoderImpl() local 970 EntryPoint *e = &at(i); in genContextImpl() local [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_half.inl | 37 int e = (value >> 10) & 0x0000001f; local 125 int e = ((i >> 23) & 0x000000ff) - (127 - 15); local
|
/hardware/google/gfxstream/guest/qemupipe/ |
D | qemu_pipe_guest.cpp | 47 int checkErr(const int e, const int def) { in checkErr() 54 const int e = errno; in open_verbose_path() local 163 const int e = qemu_pipe_write_fully(fd, buf, bufLen + 1); in qemu_pipe_open_ns() local
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | Util.h | 46 inline bool element_in(T e, const std::vector<T>& v) { in element_in()
|
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/ |
D | HidlSupport.h | 30 bool isValidHidlEnum(Enum e) { in isValidHidlEnum()
|
/hardware/google/gfxstream/common/detector/ |
D | Expected.h | 51 constexpr expected(const unexpected<OtherE>& e) in expected() 101 constexpr explicit unexpected(T&& e) in unexpected()
|
/hardware/google/gfxstream/common/utils/include/gfxstream/ |
D | Expected.h | 51 constexpr expected(const unexpected<OtherE>& e) in expected() 101 constexpr explicit unexpected(T&& e) in unexpected()
|
/hardware/google/camera/common/sensor_listener/ |
D | goog_sensor_wrapper.cc | 53 Return<void> onEvent(const Event& e) { in onEvent() 169 int GoogSensorWrapper::EventCallback(const Event& e) { in EventCallback()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | BaseSensorObject.cpp | 52 void BaseSensorObject::generateEvent(const sensors_event_t &e) { in generateEvent()
|
/hardware/st/secure_element/ese-spi-driver/ |
D | SpiLayerDriver.cc | 129 int e = errno; in SpiLayerDriver_read() local 199 int e = errno; in SpiLayerDriver_write() local
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | UsbOverheatEvent.h | 139 auto *e = static_cast<UsbOverheatEvent *>(cookie); in onThermalAidlBinderDied() local
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | SessionTaskMap.h | 105 for (const auto &e : mSessions) { in forEachSessionValTasks() local
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_private_defs.h | 43 const T* e = arr + end; in arrayany() local
|
/hardware/google/pixel/thermal/utils/ |
D | powerhal_helper.h | 69 auto *e = static_cast<PowerHalService *>(cookie); in onPowerHalExtAidlBinderDied() local
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmValidate.cpp | 24 bool GLEScmValidate::lightEnum(GLenum e,unsigned int maxLights) { in lightEnum() 28 bool GLEScmValidate::clipPlaneEnum(GLenum e,unsigned int maxClipPlanes) { in clipPlaneEnum()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | SmallVector.h | 198 void insert_back(Iter b, Iter e) { in insert_back() 238 static void destruct(T* b, T* e) { in destruct() 304 SmallFixedVector(Iter b, Iter e) : SmallFixedVector() { in SmallFixedVector()
|