Home
last modified time | relevance | path

Searched refs:bEnable (Results 1 – 6 of 6) sorted by relevance

/third_party/openmax/api/1.1.2/
DOMX_Audio.h1132 OMX_BOOL bEnable; /**< Enable/disable for bass control */ member
1145 OMX_BOOL bEnable; /**< Enable/disable for treble control */ member
1162 OMX_BOOL bEnable; /**< Enable/disable for equalizer */ member
1194 OMX_BOOL bEnable; /**< Enable/disable for stereo widening control */ member
1213 OMX_BOOL bEnable; /**< Enable/disable for chorus */ member
1232 OMX_BOOL bEnable; /**< Enable/disable for reverberation control */ member
DOMX_CoreExt.h65 OMX_BOOL bEnable; /**< enable (OMX_TRUE) or disable (OMX_FALSE) the callback */ member
DOMX_IVCommon.h687 OMX_BOOL bEnable; member
/third_party/cef/tests/cefclient/
Dcefclient_mac.mm71 - (void)enableAccessibility:(bool)bEnable;
325 - (void)enableAccessibility:(bool)bEnable {
336 browser->GetHost()->SetAccessibilityState(bEnable ? STATE_ENABLED
/third_party/sqlite/include/
Dsqlite3.h10363 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
/third_party/sqlite/src/
Dsqlite3.c10697 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
209174 int bEnable; /* True if currently recording */
210637 if( pSession->bEnable==0 ) continue;
210978 pNew->bEnable = 1;
211855 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){
211858 if( bEnable>=0 ){
211859 pSession->bEnable = bEnable;
211861 ret = pSession->bEnable;