/hardware/qcom/display/msm8960/liboverlay/ |
overlayMdpRot.cpp | 29 init(); 74 bool MdpRot::init() function in class:overlay::MdpRot 77 ALOGE("MdpRot failed to init %s", Res::rotPath);
|
overlayMdssRot.cpp | 41 init(); 65 bool MdssRot::init() { function in class:overlay::MdssRot 67 ALOGE("MdssRot failed to init fb0");
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlay3DPipe.h | 53 bool init(RotatorBase* rot); 83 bool init(RotatorBase* rot); 113 bool init(RotatorBase* rot); 143 bool init(RotatorBase* rot); 172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::M3DExtPipe 173 ALOGE_IF(DEBUG_OVERLAY, "M3DExtPipe init"); 174 if(!mM3d.init(rot)) { 175 ALOGE("3Dpipe failed to init"); 241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::M3DPrimaryPipe 242 ALOGE_IF(DEBUG_OVERLAY, "M3DPrimaryPipe init"); 296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::S3DExtPipe 360 inline bool S3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::S3DPrimaryPipe [all...] |
/hardware/qcom/display/msm8974/liboverlay/ |
overlayCtrlData.h | 43 * init 55 /* init fd etc*/ 56 bool init(uint32_t fbnum); 98 /* init, reset */ 102 /* init fd etc */ 103 bool init(uint32_t fbnum); 148 inline bool Ctrl::init(uint32_t fbnum) { function in class:overlay::Ctrl 149 // MDP/FD init 150 if(!mMdp.init(fbnum)) { 151 ALOGE("Ctrl failed to init fbnum=%d", fbnum) 242 inline bool Data::init(uint32_t fbnum) { function in class:overlay::Data [all...] |
overlayMdp.cpp | 35 bool MdpCtrl::init(uint32_t fbnum) { function in class:overlay::MdpCtrl 36 // FD init 39 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
|
overlayMdpRot.cpp | 29 init(); 74 bool MdpRot::init() function in class:overlay::MdpRot 77 ALOGE("MdpRot failed to init %s", Res::rotPath);
|
/hardware/qcom/display/msm8974/liboverlay/pipes/ |
overlay3DPipe.h | 53 bool init(RotatorBase* rot); 83 bool init(RotatorBase* rot); 113 bool init(RotatorBase* rot); 143 bool init(RotatorBase* rot); 172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::M3DExtPipe 173 ALOGE_IF(DEBUG_OVERLAY, "M3DExtPipe init"); 174 if(!mM3d.init(rot)) { 175 ALOGE("3Dpipe failed to init"); 241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::M3DPrimaryPipe 242 ALOGE_IF(DEBUG_OVERLAY, "M3DPrimaryPipe init"); 296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::S3DExtPipe 360 inline bool S3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::S3DPrimaryPipe [all...] |
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayCtrlData.h | 43 * init 55 /* init fd etc*/ 56 bool init(uint32_t fbnum); 97 /* init, reset */ 101 /* init fd etc */ 102 bool init(uint32_t fbnum); 147 inline bool Ctrl::init(uint32_t fbnum) { function in class:overlay::Ctrl 148 // MDP/FD init 149 if(!mMdp.init(fbnum)) { 150 ALOGE("Ctrl failed to init fbnum=%d", fbnum) 237 inline bool Data::init(uint32_t fbnum) { function in class:overlay::Data [all...] |
overlayMdpRot.cpp | 29 init(); 74 bool MdpRot::init() function in class:overlay::MdpRot 77 ALOGE("MdpRot failed to init %s", Res::rotPath);
|
overlayMdssRot.cpp | 41 init(); 65 bool MdssRot::init() { function in class:overlay::MdssRot 67 ALOGE("MdssRot failed to init fb0");
|
/hardware/qcom/display/msm8x26/liboverlay/pipes/ |
overlay3DPipe.h | 53 bool init(RotatorBase* rot); 83 bool init(RotatorBase* rot); 113 bool init(RotatorBase* rot); 143 bool init(RotatorBase* rot); 172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::M3DExtPipe 173 ALOGE_IF(DEBUG_OVERLAY, "M3DExtPipe init"); 174 if(!mM3d.init(rot)) { 175 ALOGE("3Dpipe failed to init"); 241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::M3DPrimaryPipe 242 ALOGE_IF(DEBUG_OVERLAY, "M3DPrimaryPipe init"); 296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::S3DExtPipe 360 inline bool S3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { function in class:overlay::S3DPrimaryPipe [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
SSLSocketBenchmark.java | 90 sslContext.init(null, null, null);
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLRSAPrivateCrtKey.java | 54 super(init(rsaKeySpec)); method 57 private static OpenSSLKey init(RSAPrivateCrtKeySpec rsaKeySpec) throws InvalidKeySpecException { method in class:OpenSSLRSAPrivateCrtKey
|
OpenSSLRSAPrivateKey.java | 56 this(init(rsaKeySpec)); method 59 private static OpenSSLKey init(RSAPrivateKeySpec rsaKeySpec) throws InvalidKeySpecException { method in class:OpenSSLRSAPrivateKey
|
PRF.java | 43 static private void init() { method in class:PRF 73 init(); method 107 init(); method 152 md5_mac.init(keyMd5); 153 sha_mac.init(keySha1);
|
/libcore/luni/src/main/java/java/nio/ |
IoVec.java | 51 int init() { method in class:IoVec
|
/libcore/luni/src/main/java/javax/crypto/ |
EncryptedPrivateKeyInfo.java | 104 aParams.init(aId.getParameters()); 286 cipher.init(Cipher.DECRYPT_MODE, decryptKey); 288 cipher.init(Cipher.DECRYPT_MODE, decryptKey, algParameters); 345 cipher.init(Cipher.DECRYPT_MODE, decryptKey); 347 cipher.init(Cipher.DECRYPT_MODE, decryptKey, algParameters); 399 cipher.init(Cipher.DECRYPT_MODE, decryptKey); 401 cipher.init(Cipher.DECRYPT_MODE, decryptKey, algParameters);
|
Mac.java | 196 public final void init(Key key, AlgorithmParameterSpec params) method in class:Mac 217 public final void init(Key key) throws InvalidKeyException { method in class:Mac
|
/libcore/luni/src/main/native/ |
java_util_regex_Matcher.cpp | 46 init(env, address); 67 init(env, address); 99 void init(JNIEnv* env, jlong address) { function in class:MatcherAccessor
|
libcore_icu_NativeBreakIterator.cpp | 43 init(env, address); 68 init(env, address); 88 void init(JNIEnv* env, jlong address) { function in class:BreakIteratorAccessor
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
CipherInputStreamTest.java | 44 cipher.init(Cipher.ENCRYPT_MODE, key); 53 cipher.init(Cipher.DECRYPT_MODE, key); 61 cipher.init(Cipher.DECRYPT_MODE, key); 78 cipher.init(Cipher.DECRYPT_MODE, new SecretKeySpec(new byte[16], "AES"),
|
KeyGeneratorTest.java | 130 kg.init((SecureRandom) null); 133 kg.init(new SecureRandom()); 139 kg.init(keySize); 142 kg.init(keySize, (SecureRandom) null); 145 kg.init(keySize, new SecureRandom());
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherInputStream1Test.java | 256 kg.init(56, new SecureRandom()); 260 c.init(Cipher.ENCRYPT_MODE, key);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParameterGenerator2Test.java | 85 algParGen.init(pp, new SecureRandom()); 86 algParGen.init(pp); 88 algParGen.init(pp, null); 93 algParGen.init(pp, new SecureRandom()); 94 algParGen.init(pp); 96 algParGen.init(0, null); 97 algParGen.init(0, new SecureRandom()); 100 algParGen.init(-10, null); 105 algParGen.init(-10, new SecureRandom()); 249 * Additional class for init(...) methods verificatio [all...] |
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
KeyManagerFactory2Test.java | 85 keyMF.init(kStore, null); 90 keyMF.init(kStore, pass); 95 keyMF.init(mfp); 109 keyMF.init(kStore, pass); 113 keyMF.init(mfp); 118 keyMF.init(mfp);
|