Searched defs:RecordHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DTracks.cpp1604 AudioFlinger::RecordHandle::RecordHandle( function in class:android::AudioFlinger::RecordHandle
1611 AudioFlinger::RecordHandle::~RecordHandle() {
1616 binder::Status AudioFlinger::RecordHandle::start(int /*AudioSystem::sync_event_t*/ event,
1618 ALOGV("RecordHandle::start()");
1623 binder::Status AudioFlinger::RecordHandle::stop() {
1628 void AudioFlinger::RecordHandle::stop_nonvirtual() {
1629 ALOGV("RecordHandle::stop()");
1633 binder::Status AudioFlinger::RecordHandle
[all...]
H A DAudioFlinger.h490 class RecordHandle;
558 class RecordHandle : public android::media::BnAudioRecord { class in class:android::AudioFlinger
560 explicit RecordHandle(const sp<RecordThread::RecordTrack>& recordTrack);
561 virtual ~RecordHandle();

Completed in 13 milliseconds