Home | History | Annotate | Download | only in media

Lines Matching refs:device_id

63     // |device_id| is the device id for the delegate.
64 virtual void OnDelegateAdded(int32 device_id) = 0;
94 void OnBufferCreated(int device_id,
100 void OnBufferDestroyed(int device_id,
104 void OnBufferReceived(int device_id,
110 void OnMailboxBufferReceived(int device_id,
117 void OnDeviceStateChanged(int device_id, VideoCaptureState state);
121 int device_id,
126 int device_id,
129 // Finds the delegate associated with |device_id|, NULL if not found.
130 Delegate* find_delegate(int device_id) const;