Searched refs:times (Results 1 – 9 of 9) sorted by relevance
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 194 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock() local 199 EXPECT_CALL(*mMockApi, destructor()).Times(times); in relaxMock() 200 EXPECT_CALL(*mMockApi, setAutocal(_)).Times(times); in relaxMock() 201 EXPECT_CALL(*mMockApi, setOlLraPeriod(_)).Times(times); in relaxMock() 202 EXPECT_CALL(*mMockApi, setActivate(_)).Times(times); in relaxMock() 203 EXPECT_CALL(*mMockApi, setDuration(_)).Times(times); in relaxMock() 204 EXPECT_CALL(*mMockApi, setState(_)).Times(times); in relaxMock() 205 EXPECT_CALL(*mMockApi, hasRtpInput()).Times(times); in relaxMock() 206 EXPECT_CALL(*mMockApi, setRtpInput(_)).Times(times); in relaxMock() 207 EXPECT_CALL(*mMockApi, setMode(_)).Times(times); in relaxMock() [all …]
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 194 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock() local 199 EXPECT_CALL(*mMockApi, destructor()).Times(times); in relaxMock() 200 EXPECT_CALL(*mMockApi, setAutocal(_)).Times(times); in relaxMock() 201 EXPECT_CALL(*mMockApi, setOlLraPeriod(_)).Times(times); in relaxMock() 202 EXPECT_CALL(*mMockApi, setActivate(_)).Times(times); in relaxMock() 203 EXPECT_CALL(*mMockApi, setDuration(_)).Times(times); in relaxMock() 204 EXPECT_CALL(*mMockApi, setState(_)).Times(times); in relaxMock() 205 EXPECT_CALL(*mMockApi, hasRtpInput()).Times(times); in relaxMock() 206 EXPECT_CALL(*mMockApi, setRtpInput(_)).Times(times); in relaxMock() 207 EXPECT_CALL(*mMockApi, setMode(_)).Times(times); in relaxMock() [all …]
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 198 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock() local 203 EXPECT_CALL(*mMockApi, destructor()).Times(times); in relaxMock() 204 EXPECT_CALL(*mMockApi, setAutocal(_)).Times(times); in relaxMock() 205 EXPECT_CALL(*mMockApi, setOlLraPeriod(_)).Times(times); in relaxMock() 206 EXPECT_CALL(*mMockApi, setActivate(_)).Times(times); in relaxMock() 207 EXPECT_CALL(*mMockApi, setDuration(_)).Times(times); in relaxMock() 208 EXPECT_CALL(*mMockApi, setState(_)).Times(times); in relaxMock() 209 EXPECT_CALL(*mMockApi, hasRtpInput()).Times(times); in relaxMock() 210 EXPECT_CALL(*mMockApi, setRtpInput(_)).Times(times); in relaxMock() 211 EXPECT_CALL(*mMockApi, setMode(_)).Times(times); in relaxMock() [all …]
|
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-vibrator.cpp | 277 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock() local 282 EXPECT_CALL(*mMockApi, destructor()).Times(times); in relaxMock() 283 EXPECT_CALL(*mMockApi, setF0(_)).Times(times); in relaxMock() 284 EXPECT_CALL(*mMockApi, setF0Offset(_)).Times(times); in relaxMock() 285 EXPECT_CALL(*mMockApi, setRedc(_)).Times(times); in relaxMock() 286 EXPECT_CALL(*mMockApi, setQ(_)).Times(times); in relaxMock() 287 EXPECT_CALL(*mMockApi, hasOwtFreeSpace()).Times(times); in relaxMock() 288 EXPECT_CALL(*mMockApi, getOwtFreeSpace(_)).Times(times); in relaxMock() 289 EXPECT_CALL(*mMockApi, setF0CompEnable(_)).Times(times); in relaxMock() 290 EXPECT_CALL(*mMockApi, setRedcCompEnable(_)).Times(times); in relaxMock() [all …]
|
/device/google/cuttlefish/host/libs/command_util/ |
D | snapshot_utils.cc | 127 const struct timespec times[2] = { in CopyDirectoryImpl() local 136 if (dest_fd->Futimens(times) != 0) { in CopyDirectoryImpl()
|
/device/amlogic/yukawa/board-info/ |
D | README | 42 -- Enter recovery / upgrade mode by pressing function button 3 times in 2s.
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 392 int Futimens(const struct timespec times[2]);
|
D | shared_fd.cpp | 1060 int FileInstance::Futimens(const struct timespec times[2]) { in Futimens() 1062 int rval = TEMP_FAILURE_RETRY(futimens(fd_, times)); in Futimens()
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 1202 // at all times. 1954 // Num. times the ring buffer wrapped around. 1981 // Num. of times the service detected packet loss on a trace writer 2378 // Index of the story run (>0 if the same story was run several times). 6578 // The display-compositor may drop a frame some times (e.g. the frame missed 7506 // error (including timeouts). This can generally happen many times over the 7511 // If |write_into_file| is specified, this can happen many times over the
|