Home | History | Annotate | Download | only in media

Lines Matching refs:session_id

42   // Gets the opened device info by |session_id|. Returns NULL if the device
44 const StreamDeviceInfo* GetOpenedDeviceInfoById(int session_id);
52 virtual void Close(int session_id) OVERRIDE;
64 void OpenOnDeviceThread(int session_id, const StreamDeviceInfo& info);
70 // Callback used by OpenOnDeviceThread(), called with the session_id
72 void OpenedOnIOThread(int session_id, const StreamDeviceInfo& info);
73 // Callback used by CloseOnDeviceThread(), called with the session_id
75 void ClosedOnIOThread(MediaStreamType type, int session_id);
80 // Helper to return iterator to the device referenced by |session_id|. If no
82 StreamDeviceList::iterator GetDevice(int session_id);