HomeSort by relevance Sort by last modified time
    Searched refs:CreateHandle (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/modules/audio_processing/
processing_component.h 38 virtual void* CreateHandle() const = 0;
high_pass_filter_impl.h 38 virtual void* CreateHandle() const OVERRIDE;
level_estimator_impl.h 41 virtual void* CreateHandle() const OVERRIDE;
noise_suppression_impl.h 42 virtual void* CreateHandle() const OVERRIDE;
echo_control_mobile_impl.h 49 virtual void* CreateHandle() const OVERRIDE;
voice_detection_impl.h 47 virtual void* CreateHandle() const OVERRIDE;
echo_cancellation_impl.h 58 virtual void* CreateHandle() const OVERRIDE;
  /external/webrtc/src/modules/audio_processing/
high_pass_filter_impl.h 40 virtual void* CreateHandle() const;
level_estimator_impl.h 41 virtual void* CreateHandle() const;
noise_suppression_impl.h 42 virtual void* CreateHandle() const;
processing_component.h 39 virtual void* CreateHandle() const = 0;
voice_detection_impl.h 47 virtual void* CreateHandle() const;
echo_cancellation_impl.h 57 virtual void* CreateHandle() const;
echo_control_mobile_impl.h 48 virtual void* CreateHandle() const;
gain_control_impl.h 59 virtual void* CreateHandle() const;
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.h 116 virtual ADBAPIHANDLE CreateHandle(const wchar_t* item_path,
124 in CreateHandle method of this class.
adb_legacy_interface.h 61 virtual ADBAPIHANDLE CreateHandle();
148 This method is called from CreateHandle method to cache some interface
158 This method is called from CreateHandle method to cache some interface
168 This method is called from CreateHandle method to cache some interface
adb_object_handle.h 55 1. When CreateHandle() method is called on an object, a handle (ADBAPIHANDLE
119 virtual ADBAPIHANDLE CreateHandle();
adb_legacy_endpoint_object.cpp 76 ADBAPIHANDLE ret = adb_io_completion->CreateHandle();
191 ADBAPIHANDLE AdbLegacyEndpointObject::CreateHandle(
217 ADBAPIHANDLE ret = AdbObjectHandle::CreateHandle();
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 80 virtual ADBAPIHANDLE CreateHandle();
85 this method in order close WinUsb handle created in CreateHandle method
  /external/chromium_org/gin/modules/
timer.cc 28 return CreateHandle(isolate, new Timer(isolate, type == TYPE_REPEATING,
80 return CreateHandle(isolate, new TimerModule());
  /external/chromium_org/content/browser/streams/
stream.h 81 scoped_ptr<StreamHandle> CreateHandle(
  /external/chromium_org/content/renderer/
gin_browsertest.cc 26 return gin::CreateHandle(isolate, new TestGinObject(alive));
  /external/chromium_org/content/shell/renderer/
gc_controller.cc 29 gin::CreateHandle(isolate, new GCController());
  /external/chromium_org/gin/
handle.h 62 gin::Handle<T> CreateHandle(v8::Isolate* isolate, T* object) {

Completed in 343 milliseconds

1 2 3