/aosp12/system/logging/logd/ |
H A D | ChattyLogBufferTest.cpp | 23 bool regex = false) -> LogMessage { in TEST_P() 103 uint32_t sec = 0; in TEST_P() 131 auto make_message = [&](uint32_t sec, int32_t tag, int32_t count) -> LogMessage { in TEST_P() 195 const char* msg, bool regex = false) -> LogMessage { in TEST_P() 251 bool regex = false) -> LogMessage { in TEST_P()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | DragDriver.java | 40 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()
|
/aosp12/system/bt/osi/src/ |
H A D | config.cc | 62 [§ion](const section_t& sec) { return sec.name == section; }); in Find() 77 [§ion](const section_t& sec) { return sec.name == section; }); in __anonef1ce1df0302() 83 auto sec = section_find(config, section); in entry_find() local 133 for (const section_t& sec : src.sections) { in config_new_clone() local 211 auto sec = section_find(*config, section); in config_set_string() local 239 auto sec = section_find(*config, section); in config_remove_section() local 249 auto sec = section_find(*config, section); in config_remove_key() local
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
H A D | BipDatetimeTest.java | 36 private Date makeDate(int month, int day, int year, int hours, int min, int sec, TimeZone tz) { in makeDate() 46 private Date makeDate(int month, int day, int year, int hours, int min, int sec) { in makeDate() 51 int sec) { in makeTzAdjustedString()
|
H A D | BipAttachmentFormatTest.java | 35 private Date makeDate(int month, int day, int year, int hours, int min, int sec, TimeZone tz) { in makeDate() 45 private Date makeDate(int month, int day, int year, int hours, int min, int sec) { in makeDate()
|
/aosp12/system/bt/btif/test/ |
H A D | btif_config_cache_test.cc | 496 for (const section_t& sec : config_paired.sections) { in TEST() local 507 for (const section_t& sec : config_paired.sections) { in TEST() local 519 for (const section_t& sec : config_paired.sections) { in TEST() local
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | cleaner.cpp | 37 for (int sec = 1; sec <= 32; sec *= 2) { in bucket_time_minutes() local
|
/aosp12/frameworks/base/core/proto/android/util/ |
H A D | log.proto | 29 optional uint64 sec = 1; field 56 optional uint64 sec = 1; field
|
/aosp12/art/test/ProfileTestMultiDex/ |
H A D | Main.java | 50 public int inlineMultiMonomorphic(Super s, Secret sec) { in inlineMultiMonomorphic() 54 public int inlineMultiPolymorphic(Super s, Secret sec) { in inlineMultiPolymorphic() 58 public int inlineTriplePolymorphic(Super s, Secret sec, Secret thr) { in inlineTriplePolymorphic() 62 public int inlineMultiMegamorphic(Super s, Secret sec) { in inlineMultiMegamorphic() 66 public int inlineMultiMissingTypes(Super s, Secret sec) { in inlineMultiMissingTypes() 70 public int noInlineCacheMulti(Super s, Secret sec) { in noInlineCacheMulti()
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_test.cpp | 86 std::cv_status RadioHidlTest::wait(int sec) { in wait()
|
/aosp12/hardware/interfaces/radio/1.1/vts/functional/ |
H A D | radio_hidl_hal_test.cpp | 83 std::cv_status RadioHidlTest_v1_1::wait(int sec) { in wait()
|
/aosp12/hardware/ti/am57x/libhwcomposer/ |
H A D | display.cpp | 57 void HWCDisplay::page_flip_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec,… in page_flip_handler() 102 void HWCDisplay::vblank_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, vo… in vblank_handler()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | AudioWatchdog.cpp | 67 time_t sec = newTs.tv_sec - mOldTs.tv_sec; in threadLoop() local
|
H A D | FastThread.cpp | 226 time_t sec = newTs.tv_sec - mOldTs.tv_sec; in threadLoop() local
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | SensorRegistrationInfo.h | 68 const int8_t sec = static_cast<int8_t>(timeinfo->tm_sec); in dump() local
|
/aosp12/hardware/samsung/nfc/halimpl/osi/ |
H A D | osi_timer.cc | 185 struct timeval sec; in OSI_timer_get_current_time() local
|
/aosp12/frameworks/av/media/libnbaio/ |
H A D | MonoPipe.cpp | 130 time_t sec = nowTs.tv_sec - mWriteTs.tv_sec; in write() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | pps.h | 28 __s64 sec; member 33 __s64 sec; member
|
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | clock.h | 59 const time_t sec = ns / one_second; in audio_utils_ns_to_string() local
|
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
H A D | transport.c | 72 time_t sec = ta.tv_sec + in ts_add_ns() local
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_read.h | 44 uint32_t sec; /* seconds since Epoch */ member
|
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_read.h | 44 uint32_t sec; /* seconds since Epoch */ member
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | CountDownView.java | 141 public void startCountDown(int sec) { in startCountDown()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | CaptureModuleUI.java | 134 public void startCountdown(int sec) { in startCountdown()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/ |
H A D | CaptureIntentModuleUI.java | 216 public void startCountdown(int sec) { in startCountdown()
|