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

1 2

  /external/chromium_org/base/win/
scoped_handle_unittest.cc 8 void CreateHandle(int value, HANDLE* result) {
28 CreateHandle(value, handle.Receive());
  /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;
processing_component.cc 81 handles_[i] = CreateHandle();
level_estimator_impl.cc 140 void* LevelEstimatorImpl::CreateHandle() const {
voice_detection_impl.cc 169 void* VoiceDetectionImpl::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();
adb_object_handle.cpp 64 ADBAPIHANDLE AdbObjectHandle::CreateHandle() {
adb_legacy_interface.cpp 38 ADBAPIHANDLE AdbLegacyInterfaceObject::CreateHandle() {
100 return AdbObjectHandle::CreateHandle();
272 ADBAPIHANDLE ret = adb_endpoint->CreateHandle(endpoint_path.c_str(),
  /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
adb_winusb_interface.cpp 54 ADBAPIHANDLE AdbWinUsbInterfaceObject::CreateHandle() {
126 return AdbInterfaceObject::CreateHandle();
335 ADBAPIHANDLE ret = adb_endpoint->CreateHandle();
adb_winusb_endpoint_object.cpp 70 ADBAPIHANDLE ret = adb_io_completion->CreateHandle();
  /external/v8/src/
handles-inl.h 51 location_ = HandleScope::CreateHandle(obj, GetIsolateForHandle(obj));
58 location_ = HandleScope::CreateHandle(obj, isolate);
121 Handle<T> result(CreateHandle<T>(value, isolate_));
132 T** HandleScope::CreateHandle(T* value, Isolate* isolate) {
  /external/chromium_org/content/browser/streams/
stream.h 75 scoped_ptr<StreamHandle> CreateHandle(const GURL& original_url,
stream.cc 122 scoped_ptr<StreamHandle> Stream::CreateHandle(const GURL& original_url,
  /external/chromium_org/v8/src/
handles-inl.h 43 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj);
50 location_ = HandleScope::CreateHandle(isolate, obj);
153 Handle<T> result(CreateHandle<T>(isolate_, value));
164 T** HandleScope::CreateHandle(Isolate* isolate, T* value) {

Completed in 588 milliseconds

1 2