Searched defs:serviceContext (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/chre/chpp/services/ |
H A D | wwan.c | 136 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext, in chppDispatchWwanRequest() 282 static void chppWwanServiceNotifyReset(void *serviceContext) { in chppWwanServiceNotifyReset()
|
H A D | gnss.c | 148 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext, in chppDispatchGnssRequest() 318 static void chppGnssServiceNotifyReset(void *serviceContext) { in chppGnssServiceNotifyReset()
|
H A D | wifi.c | 144 static enum ChppAppErrorCode chppDispatchWifiRequest(void *serviceContext, in chppDispatchWifiRequest() 311 static void chppWifiServiceNotifyReset(void *serviceContext) { in chppWifiServiceNotifyReset()
|
/aosp12/system/chre/chpp/ |
H A D | services.c | 88 void *serviceContext, in chppRegisterService()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DpmTestBase.java | 122 final DpmMockContext serviceContext = mMockContext; in runAsCaller() local
|
H A D | DevicePolicyManagerTest.java | 6224 final DpmMockContext serviceContext = mContext; in verifyCanGetOwnerInstalledCaCerts() local 6297 final DpmMockContext serviceContext = mContext; in verifyCantGetOwnerInstalledCaCertsProfileOwnerRemoval() local
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | ICarImpl.java | 164 public ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface, in ICarImpl() 172 ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface, in ICarImpl()
|