Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 73) sorted by relevance

123

/hardware/nxp/secure_element/snxxx/1.1/
DNxpEseService.cpp134 } 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/
Dtest-hwcal.cpp141 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/
DNxpNfcService.cpp91 } 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/
DNxpEseService.cpp175 } 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/
Dril_service.cpp55 #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 …]
DRilSapSocket.cpp44 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/
Dtest-hwcal.cpp164 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/
DEnumFlags.h103 enable_if_scoped_enum<E, bool> nonzero(E e) { in nonzero()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DUtil.h46 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/
DHidlSupport.h30 bool isValidHidlEnum(Enum e) { in isValidHidlEnum()
/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_wrapper.cc53 Return<void> onEvent(const Event& e) { in onEvent()
169 int GoogSensorWrapper::EventCallback(const Event& e) { in EventCallback()
/hardware/libhardware/modules/sensors/dynamic_sensor/
DBaseSensorObject.cpp52 void BaseSensorObject::generateEvent(const sensors_event_t &e) { in generateEvent()
/hardware/st/secure_element/ese-spi-driver/
DSpiLayerDriver.cc129 int e = errno; in SpiLayerDriver_read() local
199 int e = errno; in SpiLayerDriver_write() local
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmproperty.cpp31 DrmProperty::DrmPropertyEnum::DrmPropertyEnum(drm_mode_property_enum *e) in DrmPropertyEnum()
180 for (auto &e : enums) { in parseEnums() local
Ddrmencoder.cpp26 DrmEncoder::DrmEncoder(drmModeEncoderPtr e, DrmCrtc *current_crtc, in DrmEncoder()
/hardware/google/pixel/usb/include/pixelusb/
DUsbOverheatEvent.h139 auto *e = static_cast<UsbOverheatEvent *>(cookie); in onThermalAidlBinderDied() local
/hardware/google/pixel/thermal/utils/
Dpowerhal_helper.h69 auto *e = static_cast<PowerHalService *>(cookie); in onPowerHalExtAidlBinderDied() local
/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h198 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/
DHidRawDeviceTest.cpp84 virtual int submitEvent(SP(BaseSensorObject) /*sensor*/, const sensors_event_t &e) { in test()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorEventsChecker.h40 for (const auto& e : events) { in check() local
/hardware/interfaces/sensors/1.0/vts/functional/
DSensorsHidlEnvironmentV1_0.cpp123 for (const auto& e : events) { in pollingThread() local
/hardware/libhardware/tests/input/evdev/
DSwitchInputMapper_test.cpp99 for (auto e : events) { in TEST_F() local
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp168 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/
Dhalcore.c633 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/
Dhalcore.cc645 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

123