Searched refs:id (Results 1 - 25 of 890) sorted by path

1234567891011>>

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp61 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id());
68 sp<AMessage> msg = new AMessage(kWhatSetSurface, id());
83 sp<AMessage> msg = new AMessage(kWhatPrepare, id());
89 sp<AMessage> msg = new AMessage(kWhatStart, id());
95 sp<AMessage> msg = new AMessage(kWhatStop, id());
101 sp<AMessage> msg = new AMessage(kWhatReset, id());
381 sp<AMessage> msg = new AMessage(kWhatDoMoreStuff, id());
H A Dsf2.cpp58 (new AMessage(kWhatStart, id()))->post();
108 new AMessage(kWhatCodecNotify, id()));
127 // (new AMessage(kWhatSeek, id()))->post(5000000ll);
198 (new AMessage(kWhatStop, id()))->post();
203 (new AMessage(kWhatSeek, id()))->post(5000000ll);
206 mDecodeLooper->unregisterHandler(mCodec->id());
218 (new AMessage(kWhatStop, id()))->post();
645 looper->unregisterHandler(controller->id());
/frameworks/av/include/common_time/
H A DICommonClock.h82 virtual status_t getTimelineID(uint64_t* id) = 0;
H A DICommonTimeConfig.h42 virtual status_t getMasterElectionGroupId(uint64_t *id) = 0;
43 virtual status_t setMasterElectionGroupId(uint64_t id) = 0;
/frameworks/av/include/media/
H A DAudioEffect.h287 int32_t id() const { return mId; } function in class:android::AudioEffect
H A DAudioSystem.h229 int id);
230 static status_t unregisterEffect(int id);
231 static status_t setEffectEnabled(int id, bool enabled);
H A DIAudioFlinger.h183 int *id,
H A DIAudioPolicyService.h87 int id) = 0;
88 virtual status_t unregisterEffect(int id) = 0;
89 virtual status_t setEffectEnabled(int id, bool enabled) = 0;
/frameworks/av/include/media/stagefright/
H A DACodec.h75 void addBuffer(IOMX::buffer_id id, const sp<ABuffer> &buffer);
/frameworks/av/include/media/stagefright/foundation/
H A DAHandler.h33 ALooper::handler_id id() const { function in struct:android::AHandler
47 void setID(ALooper::handler_id id) { argument
48 mID = id;
/frameworks/av/media/common_time/
H A DICommonClock.cpp167 virtual status_t getTimelineID(uint64_t* id) { argument
174 *id = static_cast<uint64_t>(reply.readInt64());
336 uint64_t id; local
337 status_t status = getTimelineID(&id);
340 reply->writeInt64(static_cast<int64_t>(id));
H A DICommonTimeConfig.cpp124 virtual status_t getMasterElectionGroupId(uint64_t *id) { argument
134 *id = static_cast<uint64_t>(reply.readInt64());
141 virtual status_t setMasterElectionGroupId(uint64_t id) { argument
144 data.writeInt64(id);
385 uint64_t id; local
386 status_t status = getMasterElectionGroupId(&id);
389 reply->writeInt64(id);
396 uint64_t id = static_cast<uint64_t>(data.readInt64()); local
397 status_t status = setMasterElectionGroupId(id);
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp102 int id; // audio session ID member in struct:preproc_session_s
758 session->id = 0;
1120 sSessions[i].id = sessionId;
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp708 int id)
712 return aps->registerEffect(desc, io, strategy, session, id);
715 status_t AudioSystem::unregisterEffect(int id) argument
719 return aps->unregisterEffect(id);
722 status_t AudioSystem::setEffectEnabled(int id, bool enabled) argument
726 return aps->setEffectEnabled(id, enabled);
704 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
H A DIAudioFlinger.cpp539 int id = 0; local
541 id = reply.readInt32();
543 return id;
628 int *id,
655 if (id) {
656 *id = tmp;
1043 int id; local
1046 sp<IEffect> effect = createEffect(pid, &desc, client, priority, output, sessionId, &status, &id, &enabled);
1048 reply->writeInt32(id);
621 createEffect(pid_t pid, effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, int sessionId, status_t *status, int *id, int *enabled) argument
H A DIAudioPolicyService.cpp291 int id)
299 data.writeInt32(id);
304 virtual status_t unregisterEffect(int id) argument
308 data.writeInt32(id);
313 virtual status_t setEffectEnabled(int id, bool enabled) argument
317 data.writeInt32(id);
573 int id = data.readInt32(); local
578 id)));
584 int id = data.readInt32(); local
585 reply->writeInt32(static_cast <int32_t>(unregisterEffect(id)));
287 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
591 int id = data.readInt32(); local
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp89 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id());
120 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id());
136 sp<AMessage> msg = new AMessage(kWhatSetDataSource, id());
144 sp<AMessage> msg = new AMessage(kWhatSetVideoNativeWindow, id());
152 sp<AMessage> msg = new AMessage(kWhatSetAudioSink, id());
158 (new AMessage(kWhatStart, id()))->post();
162 (new AMessage(kWhatPause, id()))->post();
166 (new AMessage(kWhatResume, id()))->post();
170 (new AMessage(kWhatReset, id()))->post();
174 sp<AMessage> msg = new AMessage(kWhatSeek, id());
[all...]
H A DNuPlayerDecoder.cpp48 new AMessage(kWhatCodecNotify, id());
H A DNuPlayerRenderer.cpp62 sp<AMessage> msg = new AMessage(kWhatQueueBuffer, id());
72 sp<AMessage> msg = new AMessage(kWhatQueueEOS, id());
90 sp<AMessage> msg = new AMessage(kWhatFlush, id());
104 (new AMessage(kWhatPause, id()))->post();
108 (new AMessage(kWhatResume, id()))->post();
212 sp<AMessage> msg = new AMessage(kWhatDrainAudioQueue, id());
218 (new AMessage(kWhatAudioSinkChanged, id()))->post();
318 sp<AMessage> msg = new AMessage(kWhatDrainVideoQueue, id());
H A DNuPlayerStreamListener.cpp32 ALooper::handler_id id)
34 mTargetID(id),
30 NuPlayerStreamListener( const sp<IStreamSource> &source, ALooper::handler_id id) argument
H A DRTSPSource.cpp77 sp<AMessage> notify = new AMessage(kWhatNotify, mReflector->id());
89 sp<AMessage> msg = new AMessage(kWhatDisconnect, mReflector->id());
196 sp<AMessage> msg = new AMessage(kWhatPerformSeek, mReflector->id());
466 mLooper->unregisterHandler(mHandler->id());
/frameworks/av/media/libstagefright/
H A DACodec.cpp373 msg->setTarget(id());
379 msg->setTarget(id());
385 msg->setTarget(id());
390 (new AMessage(kWhatStart, id()))->post();
395 (new AMessage(kWhatFlush, id()))->post();
399 (new AMessage(kWhatResume, id()))->post();
403 sp<AMessage> msg = new AMessage(kWhatShutdown, id());
409 (new AMessage(kWhatRequestIDRFrame, id()))->post();
2410 IOMX::buffer_id id, const sp<ABuffer> &buffer) {
2411 mBufferIDs.push_back(id);
2409 addBuffer( IOMX::buffer_id id, const sp<ABuffer> &buffer) argument
[all...]
H A DMPEG2TSWriter.cpp138 (new AMessage(kWhatStart, id()))->post();
142 mLooper->unregisterHandler(id());
364 (new AMessage(kWhatRead, id()))->post();
530 mLooper->unregisterHandler(mReflector->id());
568 new AMessage(kWhatSourceNotify, mReflector->id());
H A DMPEG4Extractor.cpp521 uint8_t id; local
530 if (mDataSource->readAt(data_offset, &id, 1) < 1) {
536 while (sinf && (sinf->IPMPDescriptorID != id)) {
1491 int32_t id; local
1496 id = U32_AT(&buffer[20]);
1503 id = U32_AT(&buffer[12]);
1507 mLastTrack->meta->setInt32(kKeyTrackID, id);
H A DMPEG4Writer.cpp864 int32_t id = 1; local
866 it != mTracks.end(); ++it, ++id) {
2705 mOwner->writeInt32(mTrackId); // track id starts with 1

Completed in 253 milliseconds

1234567891011>>