Searched refs:Reconfigure (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | rtpreceiver.cc | 45 Reconfigure(); in AudioRtpReceiver() 57 Reconfigure(); in OnChanged() 78 void AudioRtpReceiver::Reconfigure() { in Reconfigure() function in webrtc::AudioRtpReceiver
|
D | rtpreceiver.h | 69 void Reconfigure();
|
/external/mdnsresponder/mDNSPosix/ |
D | PosixDaemon.c | 95 static void Reconfigure(mDNS *m) in Reconfigure() function 171 if (sigismember(&signals, SIGHUP )) Reconfigure(m); in MainLoop() 209 Reconfigure(&mDNSStorage); in main()
|
/external/v8/src/ |
D | elements.h | 148 virtual void Reconfigure(Handle<JSObject> object,
|
D | lookup.cc | 197 holder->GetElementsAccessor()->Reconfigure(holder, elements, number_, value, in ReconfigureDataProperty()
|
D | elements.cc | 574 void Reconfigure(Handle<JSObject> object, Handle<FixedArrayBase> store, in Reconfigure() function in v8::internal::__anon402a89d60111::ElementsAccessorBase
|
/external/libunwind_llvm/ |
D | CMakeLists.txt | 48 "Reconfigure with -DLLVM_CONFIG=path/to/llvm-config "
|
/external/libcxx/ |
D | CMakeLists.txt | 41 "Reconfigure with -DLLVM_CONFIG=path/to/llvm-config "
|
/external/libcxxabi/ |
D | CMakeLists.txt | 54 "Reconfigure with -DLLVM_CONFIG=path/to/llvm-config "
|
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 8228 …virtual HRESULT WINAPI Reconfigure(IGraphConfigCallback *pCallback,PVOID pvContext,DWORD dwFlags,H… 8245 …HRESULT (WINAPI *Reconfigure)(IGraphConfig *This,IGraphConfigCallback *pCallback,PVOID pvContext,D… 8264 …onfigure(This,pCallback,pvContext,dwFlags,hAbortEvent) (This)->lpVtbl->Reconfigure(This,pCallback,… 8303 virtual HRESULT WINAPI Reconfigure(PVOID pvContext,DWORD dwFlags) = 0; 8311 HRESULT (WINAPI *Reconfigure)(IGraphConfigCallback *This,PVOID pvContext,DWORD dwFlags); 8321 #define IGraphConfigCallback_Reconfigure(This,pvContext,dwFlags) (This)->lpVtbl->Reconfigure(This,p…
|