Home
last modified time | relevance | path

Searched refs:setLogSessionId (Results 1 – 24 of 24) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DRemoteMediaExtractor.h46 virtual status_t setLogSessionId(const String8& logSessionId);
H A DNuMediaExtractor.h103 status_t setLogSessionId(const String8& logSessionId);
/aosp12/frameworks/av/media/libmedia/include/android/
H A DIMediaExtractor.h76 virtual status_t setLogSessionId(const String8& logSessionId) = 0;
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h73 status_t setLogSessionId(const String8& LogSessionId);
H A Dandroid_media_MediaExtractor.cpp299 status_t JMediaExtractor::setLogSessionId(const String8 &LogSessionId) { in setLogSessionId() function in android::JMediaExtractor
300 return mImpl->setLogSessionId(LogSessionId); in setLogSessionId()
939 if (extractor->setLogSessionId(String8(logSessionId)) != OK) { in android_media_MediaExtractor_native_setLogSessionId()
/aosp12/frameworks/av/media/libmedia/
H A DIMediaExtractor.cpp155 virtual status_t setLogSessionId(const String8& logSessionId) { in setLogSessionId() function in android::BpMediaExtractor
267 setLogSessionId(logSessionId); in onTransact()
/aosp12/frameworks/av/media/libstagefright/
H A DRemoteMediaExtractor.cpp181 status_t RemoteMediaExtractor::setLogSessionId(const String8& logSessionId) { in setLogSessionId() function in android::RemoteMediaExtractor
H A DNuMediaExtractor.cpp901 status_t NuMediaExtractor::setLogSessionId(const String8& logSessionId) { in setLogSessionId() function in android::NuMediaExtractor
905 status_t status = mImpl->setLogSessionId(logSessionId); in setLogSessionId()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h51 virtual status_t setLogSessionId(const String8 &id);
H A DStagefrightRecorder.cpp920 status_t StagefrightRecorder::setLogSessionId(const String8 &log_session_id) { in setLogSessionId() function in android::StagefrightRecorder
1097 return setLogSessionId(value); in setParameter()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h599 void setLogSessionId(const char *logSessionId);
H A DAudioTrack.h1030 void setLogSessionId(const char *logSessionId);
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp875 record->setLogSessionId(nullptr); in android_media_AudioRecord_setLogSessionId()
880 record->setLogSessionId(logSessionId.c_str()); in android_media_AudioRecord_setLogSessionId()
H A Dandroid_media_AudioTrack.cpp1435 track->setLogSessionId(nullptr); in android_media_AudioTrack_setLogSessionId()
1440 track->setLogSessionId(logSessionId.c_str()); in android_media_AudioTrack_setLogSessionId()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaExtractor.java775 public void setLogSessionId(@NonNull LogSessionId logSessionId) {
H A DMediaRecorder.java178 public void setLogSessionId(@NonNull LogSessionId id) { in setLogSessionId() method in MediaRecorder
H A DAudioRecord.java2110 public void setLogSessionId(@NonNull LogSessionId logSessionId) { in setLogSessionId() method in AudioRecord
H A DMediaDrm.java2971 public void setLogSessionId(@NonNull LogSessionId logSessionId) {
H A DAudioTrack.java4106 public void setLogSessionId(@NonNull LogSessionId logSessionId) { in setLogSessionId() method in AudioTrack
/aosp12/frameworks/base/apex/media/framework/api/
H A Dcurrent.txt76 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaParser.java1353 public void setLogSessionId(@NonNull LogSessionId logSessionId) { in setLogSessionId() method in MediaParser
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp1587 void AudioRecord::setLogSessionId(const char *logSessionId) in setLogSessionId() function in android::AudioRecord
H A DAudioTrack.cpp3434 void AudioTrack::setLogSessionId(const char *logSessionId) in setLogSessionId() function in android::AudioTrack
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt20801 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);
20955 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);
22410 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);
22467 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);
23099 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);