HomeSort by relevance Sort by last modified time
    Searched refs:IAudioRecord (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libmedia/
IAudioRecord.cpp 18 #define LOG_TAG "IAudioRecord"
27 #include <media/IAudioRecord.h>
37 class BpAudioRecord : public BpInterface<IAudioRecord>
41 : BpInterface<IAudioRecord>(impl)
49 data.writeInterfaceToken(IAudioRecord::getInterfaceDescriptor());
60 data.writeInterfaceToken(IAudioRecord::getInterfaceDescriptor());
75 data.writeInterfaceToken(IAudioRecord::getInterfaceDescriptor());
81 IMPLEMENT_META_INTERFACE(AudioRecord, "android.media.IAudioRecord");
90 CHECK_INTERFACE(IAudioRecord, data, reply);
95 CHECK_INTERFACE(IAudioRecord, data, reply)
    [all...]
Android.mk 20 IAudioRecord.cpp \
IAudioFlinger.cpp 148 virtual sp<IAudioRecord> openRecord(
160 sp<IAudioRecord> record;
188 record = interface_cast<IAudioRecord>(reply.readStrongBinder());
191 ALOGE("openRecord should have returned an IAudioRecord");
196 ALOGE("openRecord returned an IAudioRecord but with status %d", lStatus);
799 sp<IAudioRecord> record = openRecord(input,
    [all...]
AudioRecord.cpp 245 // create the IAudioRecord
441 // once denied, do not request again if IAudioRecord is re-created
466 sp<IAudioRecord> record = audioFlinger->openRecord(input,
513 // once denied, do not request again if IAudioRecord is re-created
568 // previous and new IAudioRecord sequence numbers are used to detect track re-creation
726 // Run again immediately, but with a new IAudioRecord
930 ALOGW("dead IAudioRecord, creating a new one from %s()", from);
934 // if the new IAudioRecord is created, openRecord_l() will modify the
936 // It will also delete the strong references on previous IAudioRecord and IMemory
  /frameworks/av/include/media/
IAudioRecord.h 32 class IAudioRecord : public IInterface
54 class BnAudioRecord : public BnInterface<IAudioRecord>
AudioRecord.h 22 #include <media/IAudioRecord.h>
48 EVENT_NEW_IAUDIORECORD = 4, // IAudioRecord was re-created, either due to re-routing and
372 * or any other error code returned by IAudioRecord::start() or restoreRecord_l().
478 // may be changed if IAudioRecord object is re-created
479 sp<IAudioRecord> mAudioRecord;
507 uint32_t mSequence; // incremented for each new IAudioRecord attempt
IAudioFlinger.h 28 #include <media/IAudioRecord.h>
80 virtual sp<IAudioRecord> openRecord(
  /frameworks/av/services/audioflinger/
AudioFlinger.h 32 #include <media/IAudioRecord.h>
115 virtual sp<IAudioRecord> openRecord(
425 // server side of the client's IAudioRecord
AudioFlinger.cpp     [all...]

Completed in 133 milliseconds