| /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/google/pixel/vibrator/cs40l26/tests/ |
| D | test-hwcal.cpp | 141 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 154 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 167 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 184 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 193 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 202 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 214 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 238 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 262 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 296 std::transform(volTickExpect.begin(), volTickExpect.end(), volActual.begin(), [](uint32_t &e) { in TEST_F() [all …]
|
| /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 | 175 } catch (const std::length_error& e) { in main() local 177 } catch (const std::__1::ios_base::failure& e) { in main() local 179 } catch (std::__1::regex_error& e) { in main() 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 …]
|
| D | RilSapSocket.cpp | 44 RIL_Errno e, in sOnRequestComplete() 233 void RilSapSocket::onRequestComplete(RIL_Token t, RIL_Errno e, void *response, in onRequestComplete()
|
| /hardware/google/pixel/vibrator/cs40l25/tests/ |
| D | test-hwcal.cpp | 164 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 181 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 193 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 207 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 221 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 242 std::transform(volExpect.begin(), volExpect.end(), volActual.begin(), [](uint32_t &e) { in TEST_F() 274 std::transform(volExpect.begin(), volExpect.end(), volActual.begin(), [](uint32_t &e) { in TEST_F()
|
| /hardware/google/aemu/base/include/aemu/base/ |
| D | EnumFlags.h | 103 enable_if_scoped_enum<E, bool> nonzero(E e) { in nonzero()
|
| /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/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/graphics/common/libhwc2.1/libdrmresource/drm/ |
| D | drmproperty.cpp | 31 DrmProperty::DrmPropertyEnum::DrmPropertyEnum(drm_mode_property_enum *e) in DrmPropertyEnum() 180 for (auto &e : enums) { in parseEnums() local
|
| D | drmencoder.cpp | 26 DrmEncoder::DrmEncoder(drmModeEncoderPtr e, DrmCrtc *current_crtc, in DrmEncoder()
|
| /hardware/google/pixel/usb/include/pixelusb/ |
| D | UsbOverheatEvent.h | 139 auto *e = static_cast<UsbOverheatEvent *>(cookie); in onThermalAidlBinderDied() local
|
| /hardware/google/pixel/thermal/utils/ |
| D | powerhal_helper.h | 69 auto *e = static_cast<PowerHalService *>(cookie); in onPowerHalExtAidlBinderDied() local
|
| /hardware/google/aemu/base/include/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()
|
| /hardware/libhardware/modules/sensors/dynamic_sensor/test/ |
| D | HidRawDeviceTest.cpp | 84 virtual int submitEvent(SP(BaseSensorObject) /*sensor*/, const sensors_event_t &e) { in test()
|
| /hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
| D | SensorEventsChecker.h | 40 for (const auto& e : events) { in check() local
|
| /hardware/interfaces/sensors/1.0/vts/functional/ |
| D | SensorsHidlEnvironmentV1_0.cpp | 123 for (const auto& e : events) { in pollingThread() local
|
| /hardware/libhardware/tests/input/evdev/ |
| D | SwitchInputMapper_test.cpp | 99 for (auto e : events) { in TEST_F() local
|
| /hardware/interfaces/vibrator/aidl/default/ |
| D | Vibrator.cpp | 168 for (auto& e : composite) { in compose() local 184 for (auto& e : composite) { in compose() local 345 for (auto &e : composite) { in composePwle() local
|
| /hardware/st/nfc/1.0/hal/ |
| D | halcore.c | 633 static void Hal_event_handler(HalInstance* inst, HalEvent e) in Hal_event_handler() 873 int e = errno; in HalSemWait() local 909 int e = errno; in HalSemWait() local
|
| /hardware/st/nfc/st21nfc/hal/ |
| D | halcore.cc | 645 static void Hal_event_handler(HalInstance* inst, HalEvent e) { in Hal_event_handler() 879 int e = errno; in HalSemWait() local 916 int e = errno; in HalSemWait() local
|