HomeSort by relevance Sort by last modified time
    Searched refs:enable (Results 251 - 275 of 1304) sorted by null

<<11121314151617181920>>

  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 131 static int enable( void ) function
133 ALOGI("enable");
340 int dut_mode_configure(uint8_t enable)
348 return btif_dut_mode_configure(enable);
378 enable,
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.h 122 virtual void SetEnableAutoImeShutdown(bool enable) = 0;
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.h 43 virtual void EnableClose(bool enable) OVERRIDE;
  /external/chromium/chrome/browser/chromeos/
version_loader.h 65 void EnablePlatformVersions(bool enable);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h 135 virtual bool SetLocalMonitor(bool enable) = 0;
212 virtual bool SetLocalMonitor(bool enable) {
213 return voice_.SetLocalMonitor(enable);
300 bool SetLocalMonitor(bool enable) { return true; }
  /external/icu4c/config/
mh-cygwin 38 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
39 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
mh-mingw 44 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(dir $@)$(notdir $(@:$(SO_TARGET_VERSION_MAJOR).$(SO)=))$(IMPORT_LIB_EXT)#M#
45 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(dir $@)$(notdir $(@:$(SO_TARGET_VERSION_MAJOR).$(SO)=))$(IMPORT_LIB_EXT)#M#
  /external/jpeg/
Android.mk 35 # enable tile based decode
43 # enable armv6 idct assembly
  /external/kernel-headers/original/asm-x86/
cacheflush.h 34 void kernel_map_pages(struct page *page, int numpages, int enable);
  /external/libnfc-nci/src/nfa/int/
nfa_sys.h 54 /* enable function type */
73 tNFA_SYS_ENABLE *enable; member in struct:__anon10520
  /external/qemu/android/skin/
window.h 54 extern void skin_window_show_trackball( SkinWindow* window, int enable );
  /external/skia/legacy/src/animator/
SkDrawGroup.h 36 virtual bool enable(SkAnimateMaker& );
SkHitTest.cpp 54 bool SkHitTest::enable(SkAnimateMaker& maker) { function in class:SkHitTest
  /external/skia/src/animator/
SkDrawGroup.h 36 virtual bool enable(SkAnimateMaker& );
SkHitTest.cpp 54 bool SkHitTest::enable(SkAnimateMaker& maker) { function in class:SkHitTest
  /external/webkit/Source/WebCore/inspector/
InspectorDatabaseAgent.h 64 void enable(ErrorString*);
  /external/webkit/Source/WebCore/platform/qt/
QWebPageClient.h 52 virtual void setInputMethodEnabled(bool enable) = 0;
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h 138 void enableAuthorizer(bool enable);
  /external/webkit/Source/WebCore/webaudio/
AudioNodeInput.h 55 // enable() will put the output back into the active connections list.
57 void enable(AudioNodeOutput*);
  /external/webkit/Source/WebKit/chromium/src/
WebDevToolsAgentImpl.h 80 virtual void setTimelineProfilingEnabled(bool enable);
  /external/webkit/Tools/DumpRenderTree/chromium/
DRTDevToolsAgent.h 73 bool setTimelineProfilingEnabled(bool enable);
  /external/webrtc/src/modules/audio_processing/
gain_control_impl.cc 222 // TODO(ajm): enable this assertion?
228 int GainControlImpl::Enable(bool enable) {
230 return EnableComponent(enable);
312 int GainControlImpl::enable_limiter(bool enable) {
314 limiter_enabled_ = enable;
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 32 // is implemented: normally, when the enable(), disable() and setCoefs() methods
85 void enable(bool immediate = false);
AudioEqualizer.h 191 void enable(bool immediate = false);
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 116 Log.v("ddm-heap", "Heap segment enable: when=" + when);
135 Log.v("ddm-heap", "Heap segment enable: when=" + when
228 * Handle a "REcent Allocation Enable" request.
232 boolean enable;
234 enable = (in.get() != 0);
237 Log.d("ddm-heap", "Recent allocation enable request: " + enable);
239 DdmVmInternal.enableRecentAllocations(enable);

Completed in 993 milliseconds

<<11121314151617181920>>