OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPausing
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/audioflinger/
PlaybackTracks.h
94
bool
isPausing
() const { return mState == PAUSING; }
Threads.cpp
[
all
...]
Tracks.cpp
634
if (mFillingUpStatus != FS_FILLING || isStopped() ||
isPausing
()) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DebuggerModel.js
566
isPausing
: function()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesPanel.js
436
this._pauseButton.setEnabled(!currentTarget.debuggerModel.
isPausing
());
[
all
...]
Completed in 156 milliseconds