OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyFormat
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/media/
AudioParameter.h
38
//
keyFormat
: to change audio format, value is an int in audio_format_t
46
static const char * const
keyFormat
;
/frameworks/av/media/libmedia/
AudioParameter.cpp
30
const char * const AudioParameter::
keyFormat
= AUDIO_PARAMETER_STREAM_FORMAT;
/frameworks/base/core/java/android/content/pm/
ContainerEncryptionParams.java
234
final String
keyFormat
= key1.getFormat();
237
if (
keyFormat
== null) {
238
if (
keyFormat
!= otherKeyFormat) {
246
if (!
keyFormat
.equals(key2.getFormat())) {
/frameworks/base/keystore/java/android/security/
AndroidKeyStore.java
233
final String
keyFormat
= key.getFormat();
234
if ((
keyFormat
== null) || (!"PKCS#8".equals(
keyFormat
))) {
Completed in 59 milliseconds