OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
48
data.writeInterfaceToken(
IAudioRecord
::getInterfaceDescriptor());
63
data.writeInterfaceToken(
IAudioRecord
::getInterfaceDescriptor());
69
IMPLEMENT_META_INTERFACE(AudioRecord, "android.media.
IAudioRecord
");
78
CHECK_INTERFACE(
IAudioRecord
, data, reply);
85
CHECK_INTERFACE(
IAudioRecord
, data, reply);
Android.mk
23
IAudioRecord
.cpp \
IAudioFlinger.cpp
176
virtual sp<
IAudioRecord
> openRecord(
194
sp<
IAudioRecord
> record;
237
record = interface_cast<
IAudioRecord
>(reply.readStrongBinder());
248
ALOGE("openRecord should have returned an
IAudioRecord
");
257
ALOGE("openRecord returned an
IAudioRecord
, cblk, "
[
all
...]
AudioRecord.cpp
259
// create the
IAudioRecord
522
// After fast request is denied, we will request again if
IAudioRecord
is re-created.
611
sp<
IAudioRecord
> record = audioFlinger->openRecord(input,
707
// If
IAudioRecord
is re-created, don't let the requested frameCount
778
// previous and new
IAudioRecord
sequence numbers are used to detect track re-creation
948
// Run again immediately, but with a new
IAudioRecord
[
all
...]
/frameworks/av/include/media/
IAudioRecord.h
33
class
IAudioRecord
: public IInterface
53
class BnAudioRecord : public BnInterface<
IAudioRecord
>
AudioRecord.h
23
#include <media/
IAudioRecord
.h>
53
EVENT_NEW_IAUDIORECORD = 4, //
IAudioRecord
was re-created, either due to re-routing and
477
* or any other error code returned by
IAudioRecord
::start() or restoreRecord_l().
585
size_t mFrameCount; // corresponds to current
IAudioRecord
, value is
588
// a new
IAudioRecord
is needed, non-decreasing
612
// Next 5 fields may be changed if
IAudioRecord
is re-created, but always != 0
614
sp<
IAudioRecord
> mAudioRecord;
644
uint32_t mSequence; // incremented for each new
IAudioRecord
attempt
IAudioFlinger.h
28
#include <media/
IAudioRecord
.h>
72
virtual sp<
IAudioRecord
> openRecord(
/frameworks/av/services/audioflinger/
AudioFlinger.h
31
#include <media/
IAudioRecord
.h>
116
virtual sp<
IAudioRecord
> openRecord(
507
// server side of the client's
IAudioRecord
[
all
...]
AudioFlinger.cpp
[
all
...]
Completed in 267 milliseconds