OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChangeState
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
aimd_rate_control.cc
150
ChangeState
(current_input_, now_ms);
212
ChangeState
(kRcHold);
284
void AimdRateControl::
ChangeState
(const RateControlInput& input,
290
ChangeState
(kRcIncrease);
295
ChangeState
(kRcDecrease);
299
ChangeState
(kRcHold);
310
void AimdRateControl::
ChangeState
(RateControlState new_state) {
/external/autotest/client/cros/cellular/
pseudo_modem.py
375
def
ChangeState
(self, new_state,
391
self.
ChangeState
(mm1.MM_MODEM_STATE_ENABLING)
393
self.
ChangeState
(mm1.MM_MODEM_STATE_ENABLED)
395
self.
ChangeState
(mm1.MM_MODEM_STATE_SEARCHING)
399
self.
ChangeState
(mm1.MM_MODEM_STATE_DISABLING)
401
self.
ChangeState
(mm1.MM_MODEM_STATE_DISABLED)
430
self.
ChangeState
(mm1.MM_MODEM_STATE_REGISTERED)
478
self.
ChangeState
(new, why)
493
self.
ChangeState
(mm1.MM_MODEM_STATE_CONNECTING)
509
self.
ChangeState
(new
[
all
...]
/external/autotest/client/cros/cellular/pseudomodem/
modem.py
295
def
ChangeState
(self, state, reason):
362
self.
ChangeState
(
379
self.
ChangeState
(mm1_constants.MM_MODEM_STATE_INITIALIZING,
382
self.
ChangeState
(mm1_constants.MM_MODEM_STATE_DISABLED,
/external/webp/src/utils/
thread.c
229
static void
ChangeState
(WebPWorker* const worker,
262
ChangeState
(worker, OK);
314
ChangeState
(worker, WORK);
323
ChangeState
(worker, NOT_OK);
/external/gemmlowp/internal/
multi_thread_gemm.h
233
ChangeState
(State::ExitAsSoonAsPossible);
240
void
ChangeState
(State new_state) {
241
ScopedProfilingLabel label("Worker::
ChangeState
");
272
ChangeState
(State::Ready);
291
ChangeState
(State::Ready);
314
ChangeState
(State::HasWork);
/external/opencv3/3rdparty/libwebp/dec/
idec.c
279
static void
ChangeState
(WebPIDecoder* const idec, DecState new_state,
322
ChangeState
(idec, STATE_VP8_FRAME_HEADER, headers.offset);
329
ChangeState
(idec, STATE_VP8L_HEADER, headers.offset);
/external/webp/src/dec/
idec.c
288
static void
ChangeState
(WebPIDecoder* const idec, DecState new_state,
326
ChangeState
(idec, STATE_VP8_HEADER, headers.offset);
333
ChangeState
(idec, STATE_VP8L_HEADER, headers.offset);
/external/webrtc/talk/session/media/
channel.cc
794
ChangeState
();
804
ChangeState
();
839
ChangeState
();
[
all
...]
Completed in 1009 milliseconds