Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DRemoteMediaExtractor.h46 virtual status_t setLogSessionId(const String8& logSessionId);
DNuMediaExtractor.h103 status_t setLogSessionId(const String8& logSessionId);
/frameworks/av/media/libmedia/include/android/
DIMediaExtractor.h76 virtual status_t setLogSessionId(const String8& logSessionId) = 0;
/frameworks/base/media/jni/
Dandroid_media_MediaExtractor.h73 status_t setLogSessionId(const String8& LogSessionId);
Dandroid_media_MediaExtractor.cpp309 status_t JMediaExtractor::setLogSessionId(const String8 &LogSessionId) { in setLogSessionId() function in android::JMediaExtractor
310 return mImpl->setLogSessionId(LogSessionId); in setLogSessionId()
949 if (extractor->setLogSessionId(String8(logSessionId)) != OK) { in android_media_MediaExtractor_native_setLogSessionId()
/frameworks/av/media/libmedia/
DIMediaExtractor.cpp155 virtual status_t setLogSessionId(const String8& logSessionId) { in setLogSessionId() function in android::BpMediaExtractor
267 setLogSessionId(logSessionId); in onTransact()
/frameworks/av/media/libstagefright/
DRemoteMediaExtractor.cpp248 status_t RemoteMediaExtractor::setLogSessionId(const String8& logSessionId) { in setLogSessionId() function in android::RemoteMediaExtractor
DNuMediaExtractor.cpp885 status_t NuMediaExtractor::setLogSessionId(const String8& logSessionId) { in setLogSessionId() function in android::NuMediaExtractor
889 status_t status = mImpl->setLogSessionId(logSessionId); in setLogSessionId()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h52 virtual status_t setLogSessionId(const String8 &id);
DStagefrightRecorder.cpp934 status_t StagefrightRecorder::setLogSessionId(const String8 &log_session_id) { in setLogSessionId() function in android::StagefrightRecorder
1116 return setLogSessionId(value); in setParameter()
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp781 record->setLogSessionId(nullptr); in android_media_AudioRecord_setLogSessionId()
786 record->setLogSessionId(logSessionId.c_str()); in android_media_AudioRecord_setLogSessionId()
Dandroid_media_AudioTrack.cpp1393 track->setLogSessionId(nullptr); in android_media_AudioTrack_setLogSessionId()
1398 track->setLogSessionId(logSessionId.c_str()); in android_media_AudioTrack_setLogSessionId()
/frameworks/base/media/java/android/media/
DMediaExtractor.java768 public void setLogSessionId(@NonNull LogSessionId logSessionId) {
DMediaRecorder.java183 public void setLogSessionId(@NonNull LogSessionId id) { in setLogSessionId() method in MediaRecorder
DMediaDrm.java3081 public void setLogSessionId(@NonNull LogSessionId logSessionId) {
DAudioRecord.java2318 public void setLogSessionId(@NonNull LogSessionId logSessionId) { in setLogSessionId() method in AudioRecord
DAudioTrack.java4275 public void setLogSessionId(@NonNull LogSessionId logSessionId) { in setLogSessionId() method in AudioTrack
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h610 void setLogSessionId(const char *logSessionId);
DAudioTrack.h1143 void setLogSessionId(const char *logSessionId);
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1673 void AudioRecord::setLogSessionId(const char *logSessionId) in setLogSessionId() function in android::AudioRecord
DAudioTrack.cpp3557 void AudioTrack::setLogSessionId(const char *logSessionId) in setLogSessionId() function in android::AudioTrack
/frameworks/base/core/api/
Dcurrent.txt21757 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);
21914 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);
23487 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);
23553 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);
24231 method public void setLogSessionId(@NonNull android.media.metrics.LogSessionId);