Home | History | Annotate | Download | only in audio_input

Lines Matching refs:MyInstance

41 class MyInstance : public pp::Instance {
43 explicit MyInstance(PP_Instance instance)
54 virtual ~MyInstance() {
99 &MyInstance::MonitorDeviceChangeCallback, this);
105 &MyInstance::EnumerateDevicesFinished);
138 callback_factory_.NewCallback(&MyInstance::OnTimer),
169 callback_factory_.NewCallback(&MyInstance::DidFlush));
226 &MyInstance::OpenFinished);
275 MyInstance* thiz = static_cast<MyInstance*>(ctx);
290 MyInstance* thiz = static_cast<MyInstance*>(user_data);
307 pp::CompletionCallbackFactory<MyInstance> callback_factory_;
339 return new MyInstance(instance);