Searched defs:DrmConvertedStatus (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/drm/java/android/drm/
H A DDrmConvertedStatus.java29 public class DrmConvertedStatus { class
31 // DrmConvertedStatus.cpp. Please also update isValidStatusCode()
61 * Creates a <code>DrmConvertedStatus</code> object with the specified parameters.
68 public DrmConvertedStatus(int statusCode, byte[] convertedData, int offset) { method in class:DrmConvertedStatus
/frameworks/av/drm/common/
H A DDrmConvertedStatus.cpp17 #include <drm/DrmConvertedStatus.h>
21 DrmConvertedStatus::DrmConvertedStatus( function in class:DrmConvertedStatus
/frameworks/av/include/drm/
H A DDrmConvertedStatus.h30 * DrmManagerClient::closeConvertSession(int) an instance of DrmConvertedStatus
34 class DrmConvertedStatus { class in namespace:android
36 // Should be in sync with DrmConvertedStatus.java
43 * Constructor for DrmConvertedStatus
49 DrmConvertedStatus(int _statusCode, const DrmBuffer* _convertedData, int _offset);
52 * Destructor for DrmConvertedStatus
54 virtual ~DrmConvertedStatus() {

Completed in 53 milliseconds