Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragDriver.java40 public DragDriver(EventListener eventListener, Consumer<MotionEvent> sec) { in DragDriver()
70 Consumer<MotionEvent> sec) { in create()
90 SystemDragDriver(DragController dragController, Consumer<MotionEvent> sec) { in SystemDragDriver()
170 InternalDragDriver(DragController dragController, Consumer<MotionEvent> sec) { in InternalDragDriver()
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc57 [&section](const section_t& sec) { return sec.name == section; }); in Find()
68 [&section](const section_t& sec) { return sec.name == section; }); in section_find()
73 auto sec = section_find(config, section); in entry_find() local
124 for (const section_t& sec : src.sections) { in config_new_clone() local
211 auto sec = section_find(*config, section); in config_set_string() local
238 auto sec = section_find(*config, section); in config_remove_section() local
249 auto sec = section_find(*config, section); in config_remove_key() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipDatetimeTest.java40 int month, int day, int year, int hours, int min, int sec, TimeZone tz) { in makeDate()
50 private static Date makeDate(int month, int day, int year, int hours, int min, int sec) { in makeDate()
55 int month, int day, int year, int hours, int min, int sec) { in makeTzAdjustedString()
DBipAttachmentFormatTest.java39 int month, int day, int year, int hours, int min, int sec, TimeZone tz) { in makeDate()
49 private static Date makeDate(int month, int day, int year, int hours, int min, int sec) { in makeDate()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/network/
DWifiUtils.java49 long sec = diff % 60; //seconds in buildLoggingSummary() local
/packages/apps/Camera2/src/com/android/camera/ui/
DCountDownView.java141 public void startCountDown(int sec) { in startCountDown()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModuleUI.java134 public void startCountdown(int sec) { in startCountdown()
DPhotoUI.java126 public void startCountdown(int sec) { in startCountdown()
/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentModuleUI.java216 public void startCountdown(int sec) { in startCountdown()
/packages/modules/Bluetooth/system/stack/avct/
Davct_api.cc72 uint16_t sec = BTA_SEC_AUTHENTICATE | BTA_SEC_ENCRYPT; in AVCT_Register() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDiscoverableEnabler.java173 int sec = timeout - (min * 60); in formatTimeRemaining() local
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/integration/
Dwifi_rtt_disable_test.py61 def timeout(sec): argument
Dwifi_aware_datapath_test.py1088 def get_network_specifier(self, dut, id, dev_type, peer_mac, sec, net_work_request_id): argument
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc1125 for (const section_t& sec : config_static.get()->sections) { in load_config() local
1137 for (const section_t& sec : config_dynamic.get()->sections) { in load_config() local
1516 for (const section_t& sec : config_dynamic.get()->sections) { in interop_database_remove_feature() local
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DBlockedNumberProvider.java487 long sec = getBlockSuppressSecondsFromCarrierConfig(); in notifyEmergencyContact() local
/packages/modules/Nfc/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.cc587 int sec; in GKI_wait() local
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_api.cc114 uint16_t sec = BTA_SEC_AUTHENTICATE | BTA_SEC_ENCRYPT; in AVDT_Register() local
/packages/modules/UprobeStats/src/bpfloader/
DUprobeStatsBpfLoad.cpp155 static int readSectionByIdx(ifstream &elfFile, int id, vector<char> &sec) { in readSectionByIdx()
/packages/modules/DnsResolver/
Dres_send.cpp203 static struct timespec evConsTime(time_t sec, long nsec) { in evConsTime()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc80 [&section](const section_t& sec) { return sec.name == section; }); in Find()
/packages/modules/Connectivity/bpf/loader/
DNetBpfLoad.cpp299 static int readSectionByIdx(ifstream& elfFile, int id, vector<char>& sec) { in readSectionByIdx()