Searched refs:gba (Results 1 – 22 of 22) sorted by relevance
/frameworks/base/telephony/java/android/telephony/gba/ |
D | IGbaService.aidl | 16 package android.telephony.gba; 19 import android.telephony.gba.GbaAuthRequest;
|
D | UaSecurityProtocolIdentifier.aidl | 16 package android.telephony.gba;
|
D | GbaAuthRequest.aidl | 16 package android.telephony.gba;
|
D | UaSecurityProtocolIdentifier.java | 16 package android.telephony.gba; 24 import android.telephony.gba.TlsParams.TlsCipherSuite;
|
D | GbaService.java | 17 package android.telephony.gba;
|
D | TlsParams.java | 16 package android.telephony.gba;
|
D | GbaAuthRequest.java | 17 package android.telephony.gba;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GbaManagerTest.java | 46 import android.telephony.gba.GbaAuthRequest; 47 import android.telephony.gba.GbaService; 48 import android.telephony.gba.IGbaService; 49 import android.telephony.gba.UaSecurityProtocolIdentifier;
|
/frameworks/av/media/codec2/hal/client/ |
D | client.cpp | 2079 std::shared_ptr<AidlGraphicBufferAllocator> gba = in createBlockPool() local 2082 ::ndk::ScopedAStatus ret = gba->getWaitableFd(&waitableFd); in createBlockPool() 2090 c2_aidl::IGraphicBufferAllocator::fromBinder(gba->asBinder()); in createBlockPool() 2387 std::shared_ptr<AidlGraphicBufferAllocator> gba = in setOutputSurface() local 2389 if (!gba) { in setOutputSurface() 2394 bool ret = gba->configure(surface, generation, maxDequeueCount); in setOutputSurface() 2487 std::shared_ptr<AidlGraphicBufferAllocator> gba = in queueToOutputSurface() local 2489 if (gba) { in queueToOutputSurface() 2490 return gba->displayBuffer(block, input, output); in queueToOutputSurface() 2509 std::shared_ptr<AidlGraphicBufferAllocator> gba = in setOutputSurfaceMaxDequeueCount() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GbaManager.java | 33 import android.telephony.gba.GbaAuthRequest; 34 import android.telephony.gba.GbaService; 35 import android.telephony.gba.IGbaService;
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 42 import android.telephony.gba.UaSecurityProtocolIdentifier;
|
/frameworks/base/telephony/java/android/telephony/ |
D | CarrierConfigManager.java | 45 import android.telephony.gba.TlsParams; 46 import android.telephony.gba.UaSecurityProtocolIdentifier;
|
D | TelephonyManager.java | 105 import android.telephony.gba.UaSecurityProtocolIdentifier;
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageManager.java | 90 import android.telephony.gba.GbaService;
|
/frameworks/base/boot/ |
D | preloaded-classes | 7857 android.telephony.gba.GbaAuthRequest$1 7858 android.telephony.gba.GbaAuthRequest 7859 android.telephony.gba.IGbaService$Stub 7860 android.telephony.gba.IGbaService 7861 android.telephony.gba.UaSecurityProtocolIdentifier$1 7862 android.telephony.gba.UaSecurityProtocolIdentifier
|
D | boot-image-profile.txt | 30265 Landroid/telephony/gba/GbaAuthRequest$1; 30266 Landroid/telephony/gba/GbaAuthRequest; 30267 Landroid/telephony/gba/IGbaService$Stub; 30268 Landroid/telephony/gba/IGbaService; 30269 Landroid/telephony/gba/UaSecurityProtocolIdentifier$1; 30270 Landroid/telephony/gba/UaSecurityProtocolIdentifier;
|
/frameworks/base/config/ |
D | preloaded-classes | 7888 android.telephony.gba.GbaAuthRequest$1 7889 android.telephony.gba.GbaAuthRequest 7890 android.telephony.gba.IGbaService$Stub 7891 android.telephony.gba.IGbaService 7892 android.telephony.gba.UaSecurityProtocolIdentifier$1 7893 android.telephony.gba.UaSecurityProtocolIdentifier
|
D | boot-image-profile.txt | 40426 Landroid/telephony/gba/GbaAuthRequest$1; 40427 Landroid/telephony/gba/GbaAuthRequest; 40428 Landroid/telephony/gba/IGbaService$Stub; 40429 Landroid/telephony/gba/IGbaService; 40430 Landroid/telephony/gba/UaSecurityProtocolIdentifier$1; 40431 Landroid/telephony/gba/UaSecurityProtocolIdentifier;
|
/frameworks/base/core/api/ |
D | module-lib-lint-baseline.txt | 1250 …ger#bootstrapAuthenticationRequest(int, android.net.Uri, android.telephony.gba.UaSecurityProtocolI…
|
D | system-current.txt | 15314 …nticationRequest(int, @NonNull android.net.Uri, @NonNull android.telephony.gba.UaSecurityProtocolI… 16115 package android.telephony.gba { 16123 field public static final String SERVICE_INTERFACE = "android.telephony.gba.GbaService"; 16221 …field @NonNull public static final android.os.Parcelable.Creator<android.telephony.gba.UaSecurityP… 16242 …ctor public UaSecurityProtocolIdentifier.Builder(@NonNull android.telephony.gba.UaSecurityProtocol… 16243 method @NonNull public android.telephony.gba.UaSecurityProtocolIdentifier build(); 16244 method @NonNull public android.telephony.gba.UaSecurityProtocolIdentifier.Builder setOrg(int); 16245 …method @NonNull public android.telephony.gba.UaSecurityProtocolIdentifier.Builder setProtocol(int); 16246 …method @NonNull public android.telephony.gba.UaSecurityProtocolIdentifier.Builder setTlsCipherSuit…
|
D | test-lint-baseline.txt | 1406 …ger#bootstrapAuthenticationRequest(int, android.net.Uri, android.telephony.gba.UaSecurityProtocolI…
|
D | system-lint-baseline.txt | 1326 …ger#bootstrapAuthenticationRequest(int, android.net.Uri, android.telephony.gba.UaSecurityProtocolI…
|