Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_ble_advertiser.cc168 std::vector<uint8_t> scan_response_data, int timeout_s, in StartAdvertising() argument
182 timeout_s * 100, jni_thread_wrapper(FROM_HERE, timeout_cb))); in StartAdvertising()
/aosp12/system/bt/include/hardware/
H A Dble_advertiser.h111 int timeout_s, StatusCallback timeout_cb) = 0;
/aosp12/frameworks/native/cmds/dumpsys/tests/
H A Ddumpsys_test.cpp175 sp<BinderMock> ExpectDumpAndHang(const char* name, int timeout_s, const std::string& output) { in ExpectDumpAndHang() argument
178 .WillRepeatedly(DoAll(Sleep(timeout_s), WithArg<0>(WriteOnFd(output)), Return(0))); in ExpectDumpAndHang()
/aosp12/system/bt/main/shim/
H A Dle_advertising_manager.cc114 std::vector<uint8_t> scan_response_data, int timeout_s, in StartAdvertising() argument
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp305 int waitEvent(int timeout_s) in waitEvent() argument
312 ts.tv_sec += timeout_s; in waitEvent()