Home
last modified time | relevance | path

Searched defs:serviceContext (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/chre/chpp/services/
H A Dwwan.c136 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext, in chppDispatchWwanRequest()
282 static void chppWwanServiceNotifyReset(void *serviceContext) { in chppWwanServiceNotifyReset()
H A Dgnss.c148 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext, in chppDispatchGnssRequest()
318 static void chppGnssServiceNotifyReset(void *serviceContext) { in chppGnssServiceNotifyReset()
H A Dwifi.c144 static enum ChppAppErrorCode chppDispatchWifiRequest(void *serviceContext, in chppDispatchWifiRequest()
311 static void chppWifiServiceNotifyReset(void *serviceContext) { in chppWifiServiceNotifyReset()
/aosp12/system/chre/chpp/
H A Dservices.c88 void *serviceContext, in chppRegisterService()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestBase.java122 final DpmMockContext serviceContext = mMockContext; in runAsCaller() local
H A DDevicePolicyManagerTest.java6224 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 DICarImpl.java164 public ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface, in ICarImpl()
172 ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface, in ICarImpl()