OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEnableSound
(Results
1 - 2
of
2
) sorted by null
/development/simulator/app/
PrefsDialog.h
45
bool
mEnableSound
;
PrefsDialog.cpp
30
mEnableSound
(true),
95
pPrefs->GetBool("enable-sound", &
mEnableSound
);
127
enableSound->SetValue(
mEnableSound
);
161
mEnableSound
= enableSound->GetValue();
195
pPrefs->SetBool("enable-sound",
mEnableSound
);
Completed in 830 milliseconds