Home
last modified time | relevance | path

Searched defs:newEntry (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiPickerTracker.java518 final StandardWifiEntry newEntry = new StandardWifiEntry(mInjector, mContext, in updateStandardWifiEntryScans() local
570 final StandardWifiEntry newEntry = new StandardWifiEntry(mInjector, mContext, in updateSuggestedWifiEntryScans() local
642 OsuWifiEntry newEntry = new OsuWifiEntry(mInjector, mContext, mMainHandler, provider, in updateOsuWifiEntryScans() local
645 mOsuWifiEntryCache.put(osuProviderToOsuWifiEntryKey(provider), newEntry); in updateOsuWifiEntryScans() local
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DMain.java77 ZipEntry newEntry = new ZipEntry(entry.getName()); in main() local
/frameworks/base/tools/traceinjection/src/com/android/traceinjection/
DMain.java93 ZipEntry newEntry = new ZipEntry(entry.getName()); in main() local
/frameworks/libs/net/common/netd/libnetdutils/include/netdutils/
DLog.h120 LogEntry newEntry() const { return LogEntry(); } in newEntry() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java208 NotificationEntry newEntry = null; in updateTopEntry() local
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp979 bool InputDispatcher::enqueueInboundEventLocked(std::unique_ptr<EventEntry> newEntry) { in enqueueInboundEventLocked()
1275 std::shared_ptr<KeyEntry> newEntry = in synthesizeKeyRepeatLocked() local
3007 EventEntry& newEntry = *(dispatchEntry->eventEntry); in enqueueDispatchEntryLocked() local
3862 std::unique_ptr<ConfigurationChangedEntry> newEntry = in notifyConfigurationChanged() local
3968 std::unique_ptr<KeyEntry> newEntry = in notifyKey() local
4060 std::unique_ptr<MotionEntry> newEntry = in notifyMotion() local
4100 std::unique_ptr<SensorEntry> newEntry = in notifySensor() local
4149 std::unique_ptr<DeviceResetEntry> newEntry = in notifyDeviceReset() local
/frameworks/native/libs/gui/
DFrameTimestamps.cpp376 void ConsumerFrameEventHistory::addQueue(const NewFrameEventsEntry& newEntry) { in addQueue()
/frameworks/base/tools/aapt/
DResourceTable.cpp4687 sp<Entry> newEntry = new Entry(*e); in modifyForCompat() local
4730 sp<Entry> newEntry = t->getEntry(c->getName(), in modifyForCompat() local
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java2121 FullBackupEntry newEntry = new FullBackupEntry(packageName, lastBackedUp); in enqueueFullBackup() local
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp3331 const camera_metadata_ro_entry_t& newEntry, const camera_metadata_entry_t& currentEntry) { in skipHFRTargetFPSUpdate()