Searched defs:CreateHandle (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/src/modules/audio_processing/
H A Dnoise_suppression_impl.cc127 void* NoiseSuppressionImpl::CreateHandle() const { function in class:webrtc::NoiseSuppressionImpl
H A Dhigh_pass_filter_impl.cc153 void* HighPassFilterImpl::CreateHandle() const { function in class:webrtc::HighPassFilterImpl
H A Dlevel_estimator_impl.cc140 void* LevelEstimatorImpl::CreateHandle() const { function in class:webrtc::LevelEstimatorImpl
H A Dvoice_detection_impl.cc169 void* VoiceDetectionImpl::CreateHandle() const { function in class:webrtc::VoiceDetectionImpl
H A Decho_cancellation_impl.cc340 void* EchoCancellationImpl::CreateHandle() const { function in class:webrtc::EchoCancellationImpl
H A Decho_control_mobile_impl.cc260 void* EchoControlMobileImpl::CreateHandle() const { function in class:webrtc::EchoControlMobileImpl
H A Dgain_control_impl.cc344 void* GainControlImpl::CreateHandle() const { function in class:webrtc::GainControlImpl
/external/v8/src/
H A Dhandles-inl.h19 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj);
25 location_ = HandleScope::CreateHandle(isolate, obj);
127 Handle<T> result(CreateHandle<T>(isolate_, value));
138 T** HandleScope::CreateHandle(Isolate* isolate, T* value) { function in class:v8::internal::HandleScope
H A Dapi.cc579 i::Object** HandleScope::CreateHandle(i::Isolate* isolate, i::Object* value) { function in class:v8::HandleScope
580 return i::HandleScope::CreateHandle(isolate, value);
584 i::Object** HandleScope::CreateHandle(i::HeapObject* heap_object, function in class:v8::HandleScope
587 return i::HandleScope::CreateHandle(heap_object->GetIsolate(), value);
593 escape_slot_ = CreateHandle(isolate, isolate->heap()->the_hole_value());

Completed in 165 milliseconds