Searched refs:isConfigured (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h80 bool isConfigured() const;
H A DSoftAMR.cpp159 if (!isConfigured()) {
256 bool SoftAMR::isConfigured() const { function in class:android::SoftAMR
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h73 bool isConfigured() const;
H A DSoftVorbis.cpp145 if (!isConfigured()) {
176 if (!isConfigured()) {
226 bool SoftVorbis::isConfigured() const { function in class:android::SoftVorbis
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h76 bool isConfigured() const;
H A DSoftAAC2.cpp229 if (!isConfigured()) {
263 if (!isConfigured()) {
399 bool SoftAAC2::isConfigured() const { function in class:android::SoftAAC2
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h87 bool isConfigured() const;
H A DSoftOpus.cpp139 if (!isConfigured()) {
166 if (!isConfigured()) {
214 bool SoftOpus::isConfigured() const { function in class:android::SoftOpus
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java68 public boolean isConfigured; field in class:NetworkController.AccessPointController.AccessPoint
H A DAccessPointControllerImpl.java192 ap.isConfigured = config != null;
239 return ap.level + (ap.isConnected ? 20 : 0) + (ap.isConfigured ? 10 : 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWifiTile.java332 item.line2 = mContext.getString(ap.isConfigured ?

Completed in 434 milliseconds