OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VolumeState
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chromeos/dbus/
volume_state.h
15
struct CHROMEOS_EXPORT
VolumeState
{
22
VolumeState
();
volume_state.cc
12
VolumeState
::
VolumeState
()
20
std::string
VolumeState
::ToString() const {
cras_audio_client.h
58
typedef base::Callback<void(const
VolumeState
&, bool)> GetVolumeStateCallback;
cras_audio_client_stub_impl.h
43
VolumeState
volume_state_;
cras_audio_client.cc
256
VolumeState
volume_state;
/frameworks/base/services/java/com/android/server/
MountService.java
130
class
VolumeState
{
549
notifyVolumeStateChange(null, path,
VolumeState
.NoMedia,
550
VolumeState
.Shared);
741
if (st ==
VolumeState
.NoMedia) {
743
} else if (st ==
VolumeState
.Idle) {
745
} else if (st ==
VolumeState
.Mounted) {
748
} else if (st ==
VolumeState
.Shared) {
[
all
...]
Completed in 221 milliseconds