HomeSort by relevance Sort by last modified time
    Searched defs:isEncrypted (Results 1 - 5 of 5) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
CencSampleEncryptionInformationGroupEntry.java 27 * Each sample in a protected track shall be associated with an IsEncrypted flag, IV_Size, and KID.
37 private int isEncrypted;
43 isEncrypted = IsoTypeReader.readUInt24(byteBuffer);
53 IsoTypeWriter.writeUInt24(byteBuffer, isEncrypted);
61 return isEncrypted;
65 isEncrypted = encrypted;
88 "isEncrypted=" + isEncrypted +
105 if (isEncrypted != that.isEncrypted) {
    [all...]
  /system/security/keystore/
keystore.cpp 449 bool isEncrypted() const {
479 if (isEncrypted()) {
505 if (isEncrypted()) {
554 if (isEncrypted() && (state != STATE_NO_ERROR)) {
569 if (isEncrypted()) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 594 milliseconds