OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IAudioRecord
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libaudioclient/
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);
IAudioFlinger.cpp
178
virtual sp<
IAudioRecord
> openRecord(
197
sp<
IAudioRecord
> record;
241
record = interface_cast<
IAudioRecord
>(reply.readStrongBinder());
252
ALOGE("openRecord should have returned an
IAudioRecord
");
261
ALOGE("openRecord returned an
IAudioRecord
, cblk, "
[
all
...]
AudioRecord.cpp
261
// create the
IAudioRecord
526
// After fast request is denied, we will request again if
IAudioRecord
is re-created.
626
sp<
IAudioRecord
> record = audioFlinger->openRecord(input,
723
// If
IAudioRecord
is re-created, don't let the requested frameCount
794
// previous and new
IAudioRecord
sequence numbers are used to detect track re-creation
964
// Run again immediately, but with a new
IAudioRecord
[
all
...]
/frameworks/av/media/libaudioclient/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
484
* or any other error code returned by
IAudioRecord
::start() or restoreRecord_l().
592
size_t mFrameCount; // corresponds to current
IAudioRecord
, value is
595
// a new
IAudioRecord
is needed, non-decreasing
619
// Next 5 fields may be changed if
IAudioRecord
is re-created, but always != 0
621
sp<
IAudioRecord
> mAudioRecord;
651
uint32_t mSequence; // incremented for each new
IAudioRecord
attempt
[
all
...]
IAudioFlinger.h
28
#include <media/
IAudioRecord
.h>
72
virtual sp<
IAudioRecord
> openRecord(
/frameworks/av/services/audioflinger/
AudioFlinger.h
34
#include <media/
IAudioRecord
.h>
131
virtual sp<
IAudioRecord
> openRecord(
570
// server side of the client's
IAudioRecord
[
all
...]
AudioFlinger.cpp
[
all
...]
Completed in 142 milliseconds