/packages/services/Car/service/src/com/android/car/audio/hal/ |
D | AudioControlWrapperAidl.java | 105 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/ |
D | CarWatchdogDaemonHelperTest.java | 275 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/ |
D | AudioControlWrapperAidlTest.java | 177 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/ |
D | NetworkStackService.java | 311 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/ |
D | DhcpServerCallbacks.java | 28 public int getInterfaceVersion() { in getInterfaceVersion() method in DhcpServerCallbacks
|
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ipmemorystore/ |
D | IpMemoryStoreServiceTest.java | 197 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/ |
D | OnStatusListener.java | 44 public int getInterfaceVersion() { in toAIDL() method
|
D | OnL2KeyResponseListener.java | 45 public int getInterfaceVersion() { in toAIDL() method
|
D | OnSameL3NetworkResponseListener.java | 48 public int getInterfaceVersion() { in toAIDL() method
|
D | OnDeleteStatusListener.java | 47 public int getInterfaceVersion() { in toAIDL() method
|
D | OnNetworkAttributesRetrievedListener.java | 49 public int getInterfaceVersion() { in toAIDL() method
|
D | OnBlobRetrievedListener.java | 45 public int getInterfaceVersion() { in toAIDL() method
|
/packages/modules/NetworkStack/tests/integration/root/android/net/ip/ |
D | IpClientRootTest.kt | 77 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/ |
D | BaseNetdEventListener.java | 53 public int getInterfaceVersion() { in getInterfaceVersion() method in BaseNetdEventListener
|
D | BaseNetdUnsolicitedEventListener.java | 67 public int getInterfaceVersion() { in getInterfaceVersion() method in BaseNetdUnsolicitedEventListener
|
/packages/services/Car/service/src/com/android/car/remoteaccess/hal/ |
D | RemoteAccessHalWrapper.java | 172 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/ |
D | WifiHalAidlImpl.java | 256 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/ |
D | UwbService.java | 79 public int getInterfaceVersion() {
|
D | UwbControleeClient.java | 84 public int getInterfaceVersion() throws RemoteException { in getInterfaceVersion() method in UwbControleeClient
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | IpMemoryStore.java | 53 public int getInterfaceVersion() { in IpMemoryStore()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/ |
D | AudioOffloadListener.java | 41 public int getInterfaceVersion() { in getInterfaceVersion() method in AudioOffloadListener
|
D | AudioOffloadService.java | 121 public int getInterfaceVersion() { in getInterfaceVersion() method in AudioOffloadService.ImsMediaListener
|
/packages/modules/ImsMedia/test/imsmediahal/src/com/android/telephony/testimsmediahal/ |
D | IImsMediaImpl.java | 55 public int getInterfaceVersion() { in getInterfaceVersion() method in IImsMediaImpl
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/ |
D | SapRilReceiver.java | 149 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/ |
D | ConnectivityNativeService.java | 140 public int getInterfaceVersion() { in getInterfaceVersion() method in ConnectivityNativeService
|