Home
last modified time | relevance | path

Searched refs:mLights (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/input/
DInputDevice.cpp196 mLights(other.mLights), in InputDeviceInfo()
226 mLights.clear(); in initialize()
269 if (mLights.find(info.id) != mLights.end()) { in addLightInfo()
272 mLights.insert_or_assign(info.id, info); in addLightInfo()
294 infos.reserve(mLights.size()); in getLights()
295 for (const auto& [id, info] : mLights) { in getLights()
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp278 for (const auto& [lightId, light] : mLights) { in populateDeviceInfo()
320 if (!mLights.empty()) { in dump()
322 for (const auto& [lightId, light] : mLights) { in dump()
472 mLights.insert_or_assign(light->id, std::move(light)); in configureLights()
500 mLights.insert_or_assign(light->id, std::move(light)); in configureLights()
530 mLights.insert_or_assign(light->id, std::move(light)); in configureLights()
540 mLights.insert_or_assign(light->id, std::move(light)); in configureLights()
553 auto it = mLights.find(lightId); in setLightColor()
554 if (it == mLights.end()) { in setLightColor()
566 auto it = mLights.find(lightId); in getLightColor()
[all …]
DPeripheralController.h152 std::unordered_map<int32_t, std::unique_ptr<Light>> mLights; variable
/frameworks/base/core/java/android/app/
DNotificationChannel.java261 private boolean mLights; field in NotificationChannel
334 mLights = in.readByte() != 0; in NotificationChannel()
395 dest.writeByte(mLights ? (byte) 1 : (byte) 0); in writeToParcel()
444 copy.enableLights(mLights); in copy()
621 this.mLights = lights; in enableLights()
858 return mLights; in shouldShowLights()
1530 && mLights == that.mLights in equals()
1559 getLockscreenVisibility(), getSound(), mLights, getLightColor(), in hashCode()
1595 + ", mLights=" + mLights in getFieldsString()
1632 proto.write(NotificationChannelProto.USE_LIGHTS, mLights); in dumpDebug()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/
DCameraPrivacyLightControllerTest.java103 private List<Light> mLights; field in CameraPrivacyLightControllerTest
146 mLights = lights; in prepareCameraPrivacyLightController()
148 doReturn(mLights).when(mLightsManager).getLights(); in prepareCameraPrivacyLightController()
219 List<Integer> expectedCameraLightIds = mLights.stream() in testAllCameraLightsAreRequestedOnOpActive()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java135 ArrayList<String> mLights = new ArrayList<>(); field in NotificationAttentionHelper
486 boolean wasShowLights = mLights.remove(key); in buzzBeepBlinkLocked()
488 mLights.add(key); in buzzBeepBlinkLocked()
838 mLights.clear(); in clearLightsLocked()
849 boolean removed = mLights.remove(key); in clearEffectsLocked()
868 while (ledNotification == null && !mLights.isEmpty()) { in updateLightsLocked()
869 final String owner = mLights.get(mLights.size() - 1); in updateLightsLocked()
873 mLights.remove(owner); in updateLightsLocked()
1081 int N = mLights.size(); in dump()
1091 pw.println(mLights.get(i)); in dump()
/frameworks/native/include/input/
DInputDevice.h380 std::unordered_map<int32_t, InputDeviceLightInfo> mLights; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8011 Landroid/app/NotificationChannel;->mLights:Z