Searched refs:OnDataRead (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chromeos/accelerometer/
H A Daccelerometer_reader.h64 // OnDataRead with the result.
70 void OnDataRead(scoped_refptr<Reading> reading, bool success);
H A Daccelerometer_reader.cc220 base::Bind(&AccelerometerReader::OnDataRead,
225 void AccelerometerReader::OnDataRead( function in class:chromeos::AccelerometerReader
/external/chromium_org/remoting/host/
H A Daudio_capturer_linux.h41 virtual void OnDataRead(scoped_refptr<base::RefCountedString> data) OVERRIDE;
H A Daudio_capturer_linux.cc59 void AudioCapturerLinux::OnDataRead( function in class:remoting::AudioCapturerLinux
/external/chromium_org/remoting/host/linux/
H A Daudio_pipe_reader.h40 virtual void OnDataRead(scoped_refptr<base::RefCountedString> data) = 0;
H A Daudio_pipe_reader_unittest.cc40 virtual void OnDataRead(scoped_refptr<base::RefCountedString> data) OVERRIDE {
H A Daudio_pipe_reader.cc211 observers_->Notify(&StreamObserver::OnDataRead, data_ref);
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dmock_adb_server.cc183 void OnDataRead(int count);
274 base::Bind(&Connection::OnDataRead, base::Unretained(this)));
277 OnDataRead(read_result);
280 void SimpleHttpServer::Connection::OnDataRead(int count) { function in class:__anon3534::SimpleHttpServer::Connection

Completed in 1091 milliseconds