OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateHandle
(Results
1 - 13
of
13
) 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
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) {
api.cc
709
i::Object** HandleScope::
CreateHandle
(i::Object* value) {
710
return i::HandleScope::
CreateHandle
(value, i::Isolate::Current());
714
i::Object** HandleScope::
CreateHandle
(i::HeapObject* value) {
717
i::HandleScope::
CreateHandle
(value, value->GetIsolate()));
[
all
...]
/external/webrtc/src/modules/audio_processing/
high_pass_filter_impl.cc
153
void* HighPassFilterImpl::
CreateHandle
() const {
noise_suppression_impl.cc
127
void* NoiseSuppressionImpl::
CreateHandle
() const {
voice_detection_impl.cc
169
void* VoiceDetectionImpl::
CreateHandle
() const {
echo_control_mobile_impl.cc
260
void* EchoControlMobileImpl::
CreateHandle
() const {
level_estimator_impl.cc
140
void* LevelEstimatorImpl::
CreateHandle
() const {
echo_cancellation_impl.cc
340
void* EchoCancellationImpl::
CreateHandle
() const {
gain_control_impl.cc
344
void* GainControlImpl::
CreateHandle
() const {
Completed in 2536 milliseconds