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

  /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(),
adb_api.cpp 57 ret = enum_obj->CreateHandle();
131 ret = obj->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
adb_winusb_interface.cpp 54 ADBAPIHANDLE AdbWinUsbInterfaceObject::CreateHandle() {
126 return AdbInterfaceObject::CreateHandle();
335 ADBAPIHANDLE ret = adb_endpoint->CreateHandle();
adb_winusb_endpoint_object.cpp 122 ADBAPIHANDLE ret = adb_io_completion->CreateHandle();
  /external/webrtc/webrtc/modules/audio_processing/
processing_component.h 54 virtual void* CreateHandle() const = 0;
echo_control_mobile_impl.h 57 void* CreateHandle() const override;
echo_cancellation_impl.h 71 void* CreateHandle() const override;
gain_control_impl.h 67 void* CreateHandle() const override;
processing_component.cc 80 handles_[i] = CreateHandle();
echo_control_mobile_impl.cc 358 void* EchoControlMobileImpl::CreateHandle() const {
gain_control_impl.cc 401 void* GainControlImpl::CreateHandle() const {
echo_cancellation_impl.cc 454 void* EchoCancellationImpl::CreateHandle() const {
  /external/v8/src/
handles-inl.h 24 reinterpret_cast<T**>(HandleScope::CreateHandle(isolate, object)));
98 Object** HandleScope::CreateHandle(Isolate* isolate, Object* value) {
118 return canonical ? canonical->Lookup(value) : CreateHandle(isolate, value);
handles.cc 61 "v8::HandleScope::CreateHandle()",
145 return HandleScope::CreateHandle(isolate_, object);
158 *entry = HandleScope::CreateHandle(isolate_, object);
handles.h 263 V8_INLINE static Object** CreateHandle(Isolate* isolate, Object* value);
api.cc 703 i::Object** HandleScope::CreateHandle(i::Isolate* isolate, i::Object* value) {
704 return i::HandleScope::CreateHandle(isolate, value);
708 i::Object** HandleScope::CreateHandle(i::HeapObject* heap_object,
711 return i::HandleScope::CreateHandle(heap_object->GetIsolate(), value);
717 escape_slot_ = CreateHandle(isolate, isolate->heap()->the_hole_value());
    [all...]
  /external/v8/include/
v8.h 907 static internal::Object** CreateHandle(internal::Isolate* isolate,
912 static internal::Object** CreateHandle(internal::HeapObject* heap_object,
926 // Local::New uses CreateHandle with an Isolate* parameter.
929 // Object::GetInternalField and Context::GetEmbedderData use CreateHandle with
    [all...]

Completed in 114 milliseconds