Home
last modified time | relevance | path

Searched refs:evs (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/afutils/
DVibrator.cpp52 const sp<os::IExternalVibratorService> evs = getExternalVibratorService(); in onExternalVibrationStart() local
53 if (evs != nullptr) { in onExternalVibrationStart()
56 binder::Status status = evs->onExternalVibrationStart(*externalVibration, &ret); in onExternalVibrationStart()
64 evs == nullptr ? "external vibration service not found" in onExternalVibrationStart()
70 const sp<os::IExternalVibratorService> evs = getExternalVibratorService(); in onExternalVibrationStop() local
71 if (evs != nullptr) { in onExternalVibrationStop()
73 evs->onExternalVibrationStop(*externalVibration); in onExternalVibrationStop()
/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/
DAndroid.bp34 "android.hardware.automotive.evs@common-default-lib",
/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp46 int evs = receiver_.getEvents(&ev_, 1); in notify() local
48 while (evs) { in notify()
49 evs = receiver_.getEvents(&ev_, 1); in notify()
/frameworks/av/media/mtp/
DMtpFfsHandle.cpp403 int evs = TEMP_FAILURE_RETRY(io_getevents(mCtx, num_events, AIO_BUFS_MAX, events, nullptr)); in cancelEvents() local
404 if (static_cast<unsigned>(evs) != num_events) { in cancelEvents()
405 PLOG(ERROR) << "Mtp couldn't cancel all requests, got " << evs; in cancelEvents()
/frameworks/proto_logging/stats/
Datoms.proto522 EvsUsageStatsReported evs_usage_stats_reported = 274 [(module) = "evs"];
16996 * packages/services/Car/evs/manager/1.1/Enumerator.cpp