Searched defs:id (Results 1 - 25 of 919) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp44 static int vendor_tag_descriptor_cache_get_tag_count(metadata_vendor_id_t id);
46 metadata_vendor_id_t id);
48 metadata_vendor_id_t id);
50 metadata_vendor_id_t id);
52 metadata_vendor_id_t id);
137 ALOGE("%s: could not read tag id from parcel for index %d", __FUNCTION__, i);
386 metadata_vendor_id_t id; local
388 if ((res = parcel->readUint64(&id)) != OK) {
389 ALOGE("%s: could not read vendor id from parcel for index %d",
400 if ((res = addVendorDescriptor(id, des
480 addVendorDescriptor(metadata_vendor_id_t id, sp<android::VendorTagDescriptor> desc) argument
492 getVendorTagDescriptor( metadata_vendor_id_t id, sp<android::VendorTagDescriptor> *desc ) argument
[all...]
/frameworks/av/camera/include/camera/
H A DCameraBase.h86 CameraStatus(String8 id, int32_t s) : cameraId(id), status(s) {} argument
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h57 int id,
61 mId(id), mOutput(*outputs), mUserSessionCallback(*cb),
56 ACameraCaptureSession( int id, const ACaptureSessionOutputContainer* outputs, const ACameraCaptureSession_stateCallbacks* cb, CameraDevice* device) argument
H A DACameraDevice.cpp51 const char* id,
55 mCameraId(id),
106 mCbLooper->unregisterHandler(mHandler->id());
252 // stopRepeating above should have cleanup repeating sequence id
715 ALOGE("%s: Error: stream id %d does not exist", __FUNCTION__, streamId);
50 CameraDevice( const char* id, ACameraDevice_StateCallbacks* cb, std::unique_ptr<ACameraMetadata> chars, ACameraDevice* wrapper) argument
H A DACameraDevice.h49 CameraDevice(const char* id, ACameraDevice_StateCallbacks* cb,
153 // stream id -> pair of (ANW* from application, OutputConfiguration used for camera service)
221 // sequence id -> last frame number map
243 // sequence id -> callbacks map
278 ACameraDevice(const char* id, ACameraDevice_StateCallbacks* cb, argument
280 mDevice(new CameraDevice(id, cb, std::move(chars), this)) {}
/frameworks/av/drm/mediacas/plugins/clearkey/
H A Decm.cpp54 set_asset_id(asset.id());
65 // Invariant: asset has id. These are postconditions for Emm::Decrypt().
68 // DecodeEcm fills in |asset|.id() with the asset_id from the encoded Ecm.
78 if (asset.id() != asset_from_emm.id()) {
80 asset_from_emm.id(), asset.id());
83 set_asset_id(asset.id());
91 EcmDescriptor::EcmDescriptor(uint16_t id, const Ecm& ecm) argument
92 : ecm_(ecm), ecm_set_(true), id_(id), id_set
104 uint16_t id = (id_bytes[0] << 8) | id_bytes[1]; local
[all...]
H A Decm.h54 // EcmDescriptor: contains an Ecm and an id (the crypto period id in the case
63 // One has an odd id and one has an even id. The decrypted content keys from the
209 // - |id| is the crypto period ID.
211 EcmDescriptor(uint16_t id, const Ecm& ecm);
222 // - id() is populated. Note that 0 is a legal value.
226 // |id| of the contained Ecm. Typically the crypto period id.
232 inline uint16_t id() cons function in class:android::clearkeycas::EcmDescriptor
[all...]
/frameworks/av/include/camera/
H A DCameraBase.h86 CameraStatus(String8 id, int32_t s) : cameraId(id), status(s) {} argument
/frameworks/av/include/media/
H A DAudioEffect.h296 int32_t id() const { return mId; } function in class:android::AudioEffect
H A DVolumeShaper.h88 * but if non-negative represents the id operated on.
191 void setId(int32_t id) { argument
192 // We permit a negative id here (representing invalid).
193 mId = id;
330 int32_t mId; // A valid id is >= 0.
336 * configuration (either explicitly specified or an id).
450 int32_t mReplaceId; // if >= 0 the id to remove in a replace operation.
779 const int32_t id = configuration->getId(); local
780 if (id < 0) {
781 ALOGE("negative id
894 getVolumeShaperState(int id) argument
978 const int id = configuration->getId(); local
1000 findId_l(int32_t id) argument
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAHandler.h36 ALooper::handler_id id() const { function in struct:android::AHandler
63 inline void setID(ALooper::handler_id id, const wp<ALooper> &looper) { argument
64 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/libaudioclient/
H A DAudioSystem.cpp953 int id)
957 return aps->registerEffect(desc, io, strategy, session, id);
960 status_t AudioSystem::unregisterEffect(int id) argument
964 return aps->unregisterEffect(id);
967 status_t AudioSystem::setEffectEnabled(int id, bool enabled) argument
971 return aps->setEffectEnabled(id, enabled);
949 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, audio_session_t session, int id) argument
H A DAudioTrack.cpp281 ALOGV("~AudioTrack, releasing session id %d from %d on behalf of %d",
2365 sp<VolumeShaper::State> AudioTrack::getVolumeShaperState(int id) argument
2368 sp<VolumeShaper::State> state = mAudioTrack->getVolumeShaperState(id);
2371 state = mAudioTrack->getVolumeShaperState(id);
H A DIAudioFlinger.cpp632 audio_unique_id_t id = AUDIO_SESSION_ALLOCATE; local
634 id = reply.readInt32();
636 return id;
725 int *id,
753 if (id != NULL) {
754 *id = tmp;
1330 int id = 0; local
1334 opPackageName, pid, &status, &id, &enabled);
1336 reply->writeInt32(id);
716 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, audio_session_t sessionId, const String16& opPackageName, pid_t pid, status_t *status, int *id, int *enabled) argument
H A DIAudioPolicyService.cpp439 int id)
447 data.writeInt32(id);
452 virtual status_t unregisterEffect(int id) argument
456 data.writeInt32(id);
461 virtual status_t setEffectEnabled(int id, bool enabled) argument
465 data.writeInt32(id);
1111 int id = data.readInt32(); local
1116 id)));
1122 int id = data.readInt32(); local
1123 reply->writeInt32(static_cast <int32_t>(unregisterEffect(id)));
435 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, audio_session_t session, int id) argument
1129 int id = data.readInt32(); local
[all...]
H A DIAudioTrack.cpp178 virtual sp<VolumeShaper::State> getVolumeShaperState(int id) { argument
182 data.writeInt32(id);
281 int id; local
282 status_t status = data.readInt32(&id);
284 sp<VolumeShaper::State> state = getVolumeShaperState(id);
/frameworks/av/media/libaudioclient/include/media/
H A DAudioEffect.h296 int32_t id() const { return mId; } function in class:android::AudioEffect
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp103 int id; // audio session ID member in struct:preproc_session_s
811 session->id = 0;
1166 sSessions[i].id = sessionId;
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp502 virtual sp<VolumeShaper::State> getVolumeShaperState(int id) { argument
506 data.writeInt32(id);
871 int id; local
872 status_t status = data.readInt32(&id);
874 sp<VolumeShaper::State> state = getVolumeShaperState(id);
H A Dmediaplayer.cpp1006 sp<VolumeShaper::State> MediaPlayer::getVolumeShaperState(int id) argument
1012 return mPlayer->getVolumeShaperState(id);
/frameworks/av/media/libmediametrics/
H A DMediaAnalyticsItem.cpp148 MediaAnalyticsItem &MediaAnalyticsItem::setSessionID(MediaAnalyticsItem::SessionID_t id) { argument
149 mSessionID = id;
837 // if I don't have key or session id, take them from incoming
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp375 snprintf(buffer, 255, " aux effect id(%d), send level (%f)\n",
1211 sp<VolumeShaper::State> MediaPlayerService::Client::getVolumeShaperState(int id) { argument
1222 return mAudioOutput->getVolumeShaperState(id);
2300 sp<VolumeShaper::State> MediaPlayerService::AudioOutput::getVolumeShaperState(int id) argument
2304 return mTrack->getVolumeShaperState(id);
2306 return mVolumeHandler->getVolumeShaperState(id);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp94 mBufferingMonitorLooper->unregisterHandler(mBufferingMonitor->id());
322 mLooper->unregisterHandler(id());
1311 meta->setInt32("temporal-layer-id", layerId);
1447 size_t id = 0; local
1449 for (; id < count; ++id) {
1451 MediaBuffer *mbuf = mediaBuffers[id];
1486 if (id < count) {
1488 for (; id < count; ++id) {
[all...]

Completed in 6442 milliseconds

1234567891011>>