Home
last modified time | relevance | path

Searched refs:getInterfaceVersion (Results 1 – 25 of 75) sorted by relevance

123

/packages/services/Car/service/src/com/android/car/audio/hal/
DAudioControlWrapperAidl.java105 return mAudioControl.getInterfaceVersion() > AIDL_AUDIO_CONTROL_VERSION_1; in supportsFeature()
112 return mAudioControl.getInterfaceVersion() > AIDL_AUDIO_CONTROL_VERSION_2; in supportsFeature()
145 if (mAudioControl.getInterfaceVersion() < AIDL_AUDIO_CONTROL_VERSION_2) { in registerAudioGainCallback()
196 writer.printf("Aidl Version: %d\n", mAudioControl.getInterfaceVersion()); in dump()
277 if (mAudioControl.getInterfaceVersion() < AIDL_AUDIO_CONTROL_VERSION_3) { in setModuleChangeCallback()
315 if (mAudioControl.getInterfaceVersion() < AIDL_AUDIO_CONTROL_VERSION_3) { in clearModuleChangeCallback()
378 public int getInterfaceVersion() { in getInterfaceVersion() method in AudioControlWrapperAidl.FocusListenerWrapper
438 public int getInterfaceVersion() { in getInterfaceVersion() method in AudioControlWrapperAidl.AudioGainCallbackWrapper
498 public int getInterfaceVersion() { in getInterfaceVersion() method in AudioControlWrapperAidl.ModuleChangeCallbackWrapper
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java275 when(mFakeCarWatchdog.getInterfaceVersion()).thenReturn(1); in testSetThreadPriority_DaemonVersionTooLow()
306 when(mFakeCarWatchdog.getInterfaceVersion()).thenReturn(1); in testGetThreadPriority_DaemonVersionTooLow()
323 when(mFakeCarWatchdog.getInterfaceVersion()).thenReturn(1); in testOnAidlVhalPidFetched_DaemonVersionTooLow()
341 when(mFakeCarWatchdog.getInterfaceVersion()).thenReturn(2); in testOnTodayIoUsageStatsFetched_DaemonVersionTooLow()
403 public int getInterfaceVersion() { in getInterfaceVersion() method in CarWatchdogDaemonHelperTest.FakeCarWatchdog
448 public int getInterfaceVersion() { in getInterfaceVersion() method in CarWatchdogDaemonHelperTest.ICarWatchdogServiceForSystemImpl
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/hal/
DAudioControlWrapperAidlTest.java177 when(mAudioControl.getInterfaceVersion()).thenReturn(AIDL_AUDIO_CONTROL_VERSION_3); in setUp()
231 doThrow(new RemoteException()).when(mAudioControl).getInterfaceVersion(); in supportsFeature_forGainCallbackEithRemoteException_returnsTrue()
241 doThrow(new RemoteException()).when(mAudioControl).getInterfaceVersion(); in supportsFeature_forModuleCallbackEithRemoteException_returnsTrue()
672 when(mAudioControl.getInterfaceVersion()).thenReturn(AIDL_AUDIO_CONTROL_VERSION_1 + 1); in supportsFeature_forAudioGainCallback_returnsTrue()
678 when(mAudioControl.getInterfaceVersion()).thenReturn(AIDL_AUDIO_CONTROL_VERSION_1 + 4); in supportsFeature_forAudioGainCallback_returnsTrue()
687 when(mAudioControl.getInterfaceVersion()).thenReturn(AIDL_AUDIO_CONTROL_VERSION_1); in supportsFeature_forAudioGainCallback_returnsFalse()
693 when(mAudioControl.getInterfaceVersion()).thenReturn(0); in supportsFeature_forAudioGainCallback_returnsFalse()
703 doThrow(new RemoteException()).when(mAudioControl).getInterfaceVersion(); in supportsFeature_forAudioFocusWithMetadataThrowsException_returnFalse()
749 when(mAudioControl.getInterfaceVersion()).thenReturn(AIDL_AUDIO_CONTROL_VERSION_1); in registerAudioGainCallback_withLowerVersion()
872 when(mAudioControl.getInterfaceVersion()).thenReturn(AIDL_AUDIO_CONTROL_VERSION_2); in setModuleChangeCallback_withLowerVersion()
[all …]
/packages/modules/NetworkStack/src/com/android/server/
DNetworkStackService.java311 netdVersion = mNetd.getInterfaceVersion(); in NetworkStackConnector()
346 updateNetworkStackAidlVersion(cb.getInterfaceVersion(), cb.getInterfaceHash()); in makeDhcpServer()
370 updateNetworkStackAidlVersion(cb.getInterfaceVersion(), cb.getInterfaceHash()); in makeNetworkMonitor()
379 updateNetworkStackAidlVersion(cb.getInterfaceVersion(), cb.getInterfaceHash()); in makeIpClient()
411 updateIpMemoryStoreAidlVersion(cb.getInterfaceVersion(), cb.getInterfaceHash()); in fetchIpMemoryStore()
672 public int getInterfaceVersion() { in getInterfaceVersion() method in NetworkStackService.NetworkStackConnector
778 public int getInterfaceVersion() { in getInterfaceVersion() method in NetworkStackService.NetworkMonitorConnector
/packages/modules/Connectivity/Tethering/src/android/net/dhcp/
DDhcpServerCallbacks.java28 public int getInterfaceVersion() { in getInterfaceVersion() method in DhcpServerCallbacks
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreServiceTest.java197 public int getInterfaceVersion() { in onStatus() method in IpMemoryStoreServiceTest
223 public int getInterfaceVersion() {
253 public int getInterfaceVersion() {
285 public int getInterfaceVersion() {
317 public int getInterfaceVersion() {
346 public int getInterfaceVersion() {
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
DOnStatusListener.java44 public int getInterfaceVersion() { in toAIDL() method
DOnL2KeyResponseListener.java45 public int getInterfaceVersion() { in toAIDL() method
DOnSameL3NetworkResponseListener.java48 public int getInterfaceVersion() { in toAIDL() method
DOnDeleteStatusListener.java47 public int getInterfaceVersion() { in toAIDL() method
DOnNetworkAttributesRetrievedListener.java49 public int getInterfaceVersion() { in toAIDL() method
DOnBlobRetrievedListener.java45 public int getInterfaceVersion() { in toAIDL() method
/packages/modules/NetworkStack/tests/integration/root/android/net/ip/
DIpClientRootTest.kt77 override fun getInterfaceVersion() = IIpMemoryStoreCallbacks.VERSION in <lambda>() method in android.net.ip.IpClientRootTest.Companion.IpMemoryStoreCallbacks
152 override fun getInterfaceVersion() = IIpClientCallbacks.VERSION in <lambda>() method
/packages/modules/Connectivity/staticlibs/client-libs/netd/com/android/net/module/util/
DBaseNetdEventListener.java53 public int getInterfaceVersion() { in getInterfaceVersion() method in BaseNetdEventListener
DBaseNetdUnsolicitedEventListener.java67 public int getInterfaceVersion() { in getInterfaceVersion() method in BaseNetdUnsolicitedEventListener
/packages/services/Car/service/src/com/android/car/remoteaccess/hal/
DRemoteAccessHalWrapper.java172 if (remoteAccessHal.getInterfaceVersion() < 2) { in isTaskScheduleSupported()
423 public int getInterfaceVersion() { in getInterfaceVersion() method in RemoteAccessHalWrapper.RemoteTaskCallbackImpl
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiHalAidlImpl.java256 sServiceVersion = mWifi.getInterfaceVersion(); in initialize()
319 public int getInterfaceVersion() { in getInterfaceVersion() method in WifiHalAidlImpl.WifiEventCallback
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/
DUwbService.java79 public int getInterfaceVersion() {
DUwbControleeClient.java84 public int getInterfaceVersion() throws RemoteException { in getInterfaceVersion() method in UwbControleeClient
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIpMemoryStore.java53 public int getInterfaceVersion() { in IpMemoryStore()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/
DAudioOffloadListener.java41 public int getInterfaceVersion() { in getInterfaceVersion() method in AudioOffloadListener
DAudioOffloadService.java121 public int getInterfaceVersion() { in getInterfaceVersion() method in AudioOffloadService.ImsMediaListener
/packages/modules/ImsMedia/test/imsmediahal/src/com/android/telephony/testimsmediahal/
DIImsMediaImpl.java55 public int getInterfaceVersion() { in getInterfaceVersion() method in IImsMediaImpl
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapRilReceiver.java149 public int getInterfaceVersion() { in getInterfaceVersion() method in SapRilReceiver
346 public int getInterfaceVersion() { in getInterfaceVersion() method in SapRilReceiver.SapCallback
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DConnectivityNativeService.java140 public int getInterfaceVersion() { in getInterfaceVersion() method in ConnectivityNativeService

123