Home
last modified time | relevance | path

Searched defs:proxy (Results 176 – 200 of 289) sorted by relevance

12345678910>>...12

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLeAudioProfile.java70 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
H A DHapClientProfile.java78 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
H A DHearingAidProfile.java93 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
H A DA2dpProfile.java69 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingWindowController.java261 public void setSysuiProxy(SysuiProxy proxy) { in setSysuiProxy()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAttributedOp.java483 AppOpsManager.OpEventProxyInfo proxy = event.getProxy(); in onUidStateChanged() local
687 @Nullable AppOpsManager.OpEventProxyInfo proxy, @AppOpsManager.OpFlags int flags, in InProgressStartOpEvent()
739 @Nullable AppOpsManager.OpEventProxyInfo proxy, in reinit()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java1330 IBluetoothProfileServiceConnection proxy) { in bindBluetoothProfileService()
1370 IBluetoothProfileServiceConnection proxy) { in unbindBluetoothProfileService()
1516 private void addProxy(IBluetoothProfileServiceConnection proxy) { in addProxy()
1533 private void removeProxy(IBluetoothProfileServiceConnection proxy) { in removeProxy()
2066 IBluetoothProfileServiceConnection proxy = in handleMessage() local
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DCarProjectionManager.java514 ProjectionAccessPointCallbackProxy proxy = in startProjectionAccessPoint() local
550 ProjectionAccessPointCallbackProxy proxy; in stopProjectionAccessPoint() local
/aosp12/packages/services/Car/service/src/com/android/car/pm/
H A DCarPackageManagerService.java1152 AppBlockingPolicyProxy proxy = new AppBlockingPolicyProxy(this, mContext, in startAppBlockingPolicies() local
1163 public void onPolicyConnectionAndSet(AppBlockingPolicyProxy proxy, in onPolicyConnectionAndSet()
1168 public void onPolicyConnectionFailure(AppBlockingPolicyProxy proxy) { in onPolicyConnectionFailure()
1172 private void doHandlePolicyConnection(AppBlockingPolicyProxy proxy, in doHandlePolicyConnection()
/aosp12/frameworks/base/services/core/java/com/android/server/location/provider/proxy/
H A DProxyLocationProvider.java71 ProxyLocationProvider proxy = new ProxyLocationProvider(context, provider, action, in create() local
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/proxy/
H A DProxyLocationProvider.java71 ProxyLocationProvider proxy = new ProxyLocationProvider(context, provider, action, in create() local
/aosp12/art/test/004-JniTest/src/
H A DMain.java255 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
262 SimpleInterface proxy = in testProxyGetMethodID() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayServiceTest.java202 final IBinder proxy = mService.onBind(new Intent()); in getClient() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qrcodescanner/controller/
H A DQRCodeScannerController.java114 DeviceConfigProxy proxy, in QRCodeScannerController()
/aosp12/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
H A DDadProxyTest.java206 DadProxy proxy = new DadProxy(mHandler, mTetheredParams); in setupProxy() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java66 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DSwipeUpGestureTutorialController.java410 public SurfaceParams[] createSurfaceParams(BuilderProxy proxy) { in createSurfaceParams()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTouchInteractionService.java162 ISystemUiProxy proxy = ISystemUiProxy.Stub.asInterface( in onInitialize() local
318 public void setSwipeUpProxy(Function<GestureState, AnimatedFloat> proxy) { in setSwipeUpProxy()
/aosp12/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java134 public ProxyInfo proxy = null; // 15~18 field in VpnProfile
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/
H A DNetworkMonitor.java2384 private CaptivePortalProbeResult sendDnsAndHttpProbes(ProxyInfo proxy, URL url, int probeType) { in sendDnsAndHttpProbes()
2660 ProbeThread(CountDownLatch latch, ValidationProperties properties, ProxyInfo proxy, URL url, in ProbeThread()
2695 protected Probe(ValidationProperties properties, ProxyInfo proxy, URL url, in Probe()
2707 HttpsProbe(ValidationProperties properties, ProxyInfo proxy, URL url, in HttpsProbe()
2719 HttpProbe(ValidationProperties properties, ProxyInfo proxy, URL url, in HttpProbe()
2833 @NonNull ValidationProperties properties, @Nullable ProxyInfo proxy, in sendMultiParallelHttpAndHttpsProbes()
2961 ValidationProperties properties, ProxyInfo proxy, URL httpsUrl, URL httpUrl) { in sendHttpAndHttpsParallelWithFallbackProbes()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Datmlec.h78 } proxy; member
/aosp12/packages/services/Telephony/src/com/android/phone/callcomposer/
H A DCallComposerPictureManager.java379 void setCallLogProxy(CallLogProxy proxy) { in setCallLogProxy()
/aosp12/bionic/libc/dns/net/
H A Dgethnamaddr.c568 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) in android_read_hostent()
794 FILE* proxy = fdopen(__netdClientDispatch.dnsOpenProxy(), "r+"); in gethostbyname_internal() local
897 FILE* proxy = fdopen(__netdClientDispatch.dnsOpenProxy(), "r+"); in android_gethostbyaddrfornetcontext_proxy_internal() local
/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.cc113 bool LibcurlHttpFetcher::GetProxyType(const string& proxy, in GetProxyType()
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubClientManager.java254 ContextHubClientBroker proxy = mHostEndPointIdToClientMap.get(message.hostEndPoint); in onMessageFromNanoApp() local

12345678910>>...12