Searched refs:OFF (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h107 #ifndef OFF
108 #define OFF 0 macro
H A Dvad2.h88 #define OFF 0 macro
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpv_audio_type_defs.h160 #ifndef OFF
161 #define OFF 0 macro
H A Dsbr_applied.cpp212 sbrDec->LC_aacP_DecoderFlag = OFF;
229 sbrDec->LC_aacP_DecoderFlag = OFF; /* Disable LC, Enable HQ for mono */
249 sbrDec->LC_aacP_DecoderFlag = OFF; /* Disable LC, Enable HQ for mono */
281 sbrDec->LC_aacP_DecoderFlag = OFF; /* Disable LC, Enable HQ for mono */
H A Dsbr_dec.cpp207 if (sbrDec->LC_aacP_DecoderFlag == OFF)
906 if (sbrDec->LC_aacP_DecoderFlag == OFF)
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h146 #ifndef OFF
147 #define OFF 0 macro
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java129 * OFF means that all plugins will be turned off and any fallback content
135 OFF enum constant in enum:WebSettings.PluginState
175 private PluginState mPluginState = PluginState.OFF;
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1943 const int OFF = 0;
1946 p += OFF;
1948 printf("0x%03x ", i*0x10 + OFF);
/frameworks/base/core/java/android/view/
H A DView.java5175 if (scrollCache.state == ScrollabilityCache.OFF) {
5702 scrollabilityCache.state = ScrollabilityCache.OFF;
5894 if (state == ScrollabilityCache.OFF) {
5911 cache.state = ScrollabilityCache.OFF;
9480 public static final int OFF = 0; field in class:View.ScrollabilityCache
9520 * The current state of the scrollbars: ON, OFF, or FADING
9522 public int state = OFF;

Completed in 6961 milliseconds