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

  /development/host/windows/usb/api/
adb_object_handle.cpp 64 ADBAPIHANDLE AdbObjectHandle::CreateHandle() {
adb_legacy_endpoint_object.cpp 76 ADBAPIHANDLE ret = adb_io_completion->CreateHandle();
191 ADBAPIHANDLE AdbLegacyEndpointObject::CreateHandle(
217 ADBAPIHANDLE ret = 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.cpp 54 ADBAPIHANDLE AdbWinUsbInterfaceObject::CreateHandle() {
126 return AdbInterfaceObject::CreateHandle();
335 ADBAPIHANDLE ret = adb_endpoint->CreateHandle();
  /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);
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/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.cc 358 void* EchoControlMobileImpl::CreateHandle() const {
echo_cancellation_impl.cc 454 void* EchoCancellationImpl::CreateHandle() const {
gain_control_impl.cc 401 void* GainControlImpl::CreateHandle() const {

Completed in 78 milliseconds