Home
last modified time | relevance | path

Searched refs:getTransport (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DHostapdHalTest.java225 when(mServiceManagerMock.getTransport(eq( in testInitialize_successV1_1()
237 when(mServiceManagerMock.getTransport(eq( in testInitialize_registerCallbackFailureV1_1()
530 when(mServiceManagerMock.getTransport(eq( in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
676 when(mServiceManagerMock.getTransport(eq( in testOnFailureCallbackHandling()
999 when(mServiceManagerMock.getTransport(eq( in testInitialize_successV1_2()
1002 when(mServiceManagerMock.getTransport(eq( in testInitialize_successV1_2()
1005 when(mServiceManagerMock.getTransport(eq( in testInitialize_successV1_2()
1019 when(mServiceManagerMock.getTransport(eq( in testInitialize_successV1_3()
1022 when(mServiceManagerMock.getTransport(eq( in testInitialize_successV1_3()
1025 when(mServiceManagerMock.getTransport(eq( in testInitialize_successV1_3()
[all …]
/aosp12/packages/modules/DnsResolver/
H A DDnsTlsDispatcher.cpp70 if (const Transport* xport = getTransport(key); xport != nullptr) { in getOrderedAndUsableServerList()
174 if (xport = getTransport(key); xport == nullptr) { in query()
295 Transport* ret = getTransport(key); in addTransport()
331 DnsTlsDispatcher::Transport* DnsTlsDispatcher::getTransport(const Key& key) { in getTransport() function in android::net::DnsTlsDispatcher
H A DDnsTlsDispatcher.h148 Transport* _Nullable getTransport(const Key& key) REQUIRES(sLock);
/aosp12/system/hwservicemanager/
H A DServiceManager.cpp412 using ::android::hardware::getTransport; in addImpl()
413 if (vintf::Transport::EMPTY != getTransport(childFqName, name)) { in addImpl()
419 if (vintf::Transport::EMPTY == getTransport(interfaceChain[i], name)) { in addImpl()
456 Return<ServiceManager::Transport> ServiceManager::getTransport(const hidl_string& fqName, in getTransport() function in android::hidl::manager::implementation::ServiceManager
458 using ::android::hardware::getTransport; in getTransport()
464 switch (getTransport(fqName, name)) { in getTransport()
H A DVintf.h31 vintf::Transport getTransport(const std::string &interfaceName,
H A DVintf.cpp39 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) { in getTransport() function
H A DServiceManager.h50 Return<Transport> getTransport(const hidl_string& fqName,
/aosp12/hardware/nxp/nfc/snxxx/halimpl/tml/
H A DNfccTransportFactory.h66 spTransport getTransport(transportIntf transportType);
H A DNfccTransportFactory.cc63 spTransport NfccTransportFactory::getTransport(transportIntf transportType) { in getTransport() function in NfccTransportFactory
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/
H A DEseTransportFactory.h66 spTransport getTransport(transportIntf transportType);
H A DEseTransportFactory.cpp29 spTransport EseTransportFactory::getTransport(transportIntf transportType) { in getTransport() function in EseTransportFactory
H A DphNxpEsePal.cpp114 gpTransportObj = transportFactory.getTransport((transportIntf)transportType); in phPalEse_ConfigTransport()
/aosp12/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java238 getTransport().sendMessage(Protocol.DisplaySourceService.ID, in sendSinkStatus()
241 getTransport().sendMessage(Protocol.DisplaySourceService.ID, in sendSinkStatus()
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java70 getTransport().sendMessage(Protocol.DisplaySinkService.ID, in start()
241 getTransport().sendMessage(Protocol.DisplaySinkService.ID, in stream()
/aosp12/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DService.java52 public Transport getTransport() { in getTransport() method in Service
/aosp12/frameworks/av/media/libaudiohal/
H A DFactoryHalHidl.cpp85 Return<Transport> transport = sm->getTransport(fqName, instance); in hasHalService()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/javatests/com/android/libraries/rcs/simpleclient/protocol/sip/
H A DSipUtilsTest.java141 assertThat(request.getTopmostVia().getTransport()).isEqualTo("TCP"); in buildInvite_sizeIsGreaterThanMaxPayloadSize_transportShouldBeTcp()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-oauth-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Dgoogle-api-client-1.30.2.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-oauth-client-1.31.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Dgoogle-api-client-1.30.10.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_SystemServer.cpp117 hardware::defaultServiceManager1_2()->getTransport(ISchedulingPolicyService::descriptor, in android_server_SystemServer_startHidlServices()
/aosp12/system/libhidl/transport/
H A DServiceManagement.cpp460 Return<Transport> getTransport(const hidl_string& /* fqName */, in getTransport() function
755 Return<Transport> transportRet = sm->getTransport(descriptor, instance); in getRawServiceInternal()
850 Return<Transport> transport = sm->getTransport(descriptor, name); in registerAsServiceInternal()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/projection/
H A DProjectionFragment.java81 detailTransport.setText(TRANSPORT_TO_STRING.get(detail.getTransport())); in onProjectionStatusChanged()
/aosp12/system/libvintf/xsd/halManifest/api/
H A Dcurrent.txt10 method public hal.manifest.Hal.Transport getTransport();

12