/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/ |
H A D | gpio_if_u.c | 23 static struct HdfIoService *service = NULL; in GpioManagerServiceGet() local 46 int32_t GpioRead(uint16_t gpio, uint16_t *val) in GpioRead() 49 struct HdfIoService *service = NULL; in GpioRead() local 99 int32_t GpioWrite(uint16_t gpio, uint16_t val) in GpioWrite() 102 struct HdfIoService *service = NULL; in GpioWrite() local 143 struct HdfIoService *service = NULL; in GpioGetDir() local 201 struct HdfIoService *service = NULL; in GpioSetDir() local 264 struct HdfIoService *service = NULL; in GpioSetIrq() local 319 struct HdfIoService *service = NULL; in GpioUnsetIrq() local 357 struct HdfIoService *service = NULL; in GpioEnableIrq() local [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/dac/ |
H A D | dac_if_u.c | 21 static struct HdfIoService *service = NULL; in DacManagerServiceGet() local 36 struct HdfIoService *service = NULL; in DacOpen() local 88 struct HdfIoService *service = NULL; in DacClose() local 121 int32_t DacWrite(DevHandle handle, uint32_t channel, uint32_t val) in DacWrite() 124 struct HdfIoService *service = NULL; in DacWrite() local
|
H A D | dac_core.c | 24 struct IDeviceIoService service; member 256 int32_t DacDeviceWrite(struct DacDevice *device, uint32_t channel, uint32_t val) in DacDeviceWrite() 406 uint32_t val; in DacManagerIoWrite() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/adc/ |
H A D | adc_if_u.c | 33 struct HdfIoService *service = NULL; in AdcOpen() local 82 struct HdfIoService *service = NULL; in AdcClose() local 110 int32_t AdcRead(DevHandle handle, uint32_t channel, uint32_t *val) in AdcRead() 115 struct HdfIoService *service = NULL; in AdcRead() local
|
H A D | adc_core.c | 25 struct IDeviceIoService service; member 306 int32_t AdcDeviceRead(struct AdcDevice *device, uint32_t channel, uint32_t *val) in AdcDeviceRead() 398 uint32_t val; in AdcManagerIoRead() local
|
/ohos5.0/base/startup/init/services/init/ |
H A D | init_service_socket.c | 159 Service *service = (Service *)context; in ProcessWatchEvent_() local 180 int AddSocketWatcher(ServiceWatcher *watcherHandle, Service *service, int fd) in AddSocketWatcher() 199 int CreateSocketForService(Service *service) in CreateSocketForService() 229 int SetSocketEnvForService(Service *service) in SetSocketEnvForService() 233 char val[MAX_SOCKET_FD_LEN] = { 0 }; in SetSocketEnvForService() local 252 void CloseServiceSocket(Service *service) in CloseServiceSocket()
|
H A D | init_service_file.c | 63 char val[MAX_FILE_FD_LEN] = { 0 }; in SetFileEnv() local 72 int CreateServiceFile(Service *service) in CreateServiceFile()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | adc_test.c | 31 struct HdfIoService *service = NULL; in AdcTestGetConfig() local 136 uint32_t val; in AdcTestThreadFunc() local 237 uint32_t val; in AdcTestReliability() local 264 uint32_t val; in AdcIfPerformanceTest() local
|
H A D | dac_test.c | 26 struct HdfIoService *service = NULL; in DacTestGetConfig() local 125 uint32_t val; in DacTestThreadFunc() local 224 uint32_t val; in DacTestReliability() local 251 uint32_t val; in DacIfPerformanceTest() local
|
H A D | gpio_test.c | 27 struct HdfIoService *service = NULL; in GpioTestGetConfig() local 422 uint16_t val = 0; in GpioTestReliability() local 463 uint16_t val; in GpioIfPerformanceTest() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | OomAdjusterTests.java | 66 MyOomAdjuster(ActivityManagerService service, ProcessList processList, in MyOomAdjuster() 109 private static <T> void setFieldValue(Class clazz, Object obj, String fieldName, T val) { in setFieldValue()
|
/ohos5.0/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer.c | 101 static int32_t AudioMixerList(const struct HdfIoService *service, struct AudioMixerContents *mixerC… in AudioMixerList() 113 static int32_t AudioMixerGet(const struct HdfIoService *service, struct AudioMixerCtlElemInfo *info… in AudioMixerGet() 125 static int32_t AudioMixerSet(const struct HdfIoService *service, struct AudioMixerCtlElemInfo *info… in AudioMixerSet() 345 static int32_t MctlListSub(const struct HdfIoService *service, const char *cardSrv) in MctlListSub() 392 int32_t MctlList(const struct HdfIoService *service, const char *cardSrv) in MctlList() 410 int32_t MctlInfo(const struct HdfIoService *service, const char *cardSrv) in MctlInfo() 522 static void CtlElemInfoSetItem(struct AudioMixerCtlElemInfo *info, uint32_t val) in CtlElemInfoSetItem() 735 int32_t MctlGetElem(const struct HdfIoService *service, struct MixerCardCtlInfo *ctlInfo) in MctlGetElem() 1222 int32_t GetAllCards(const struct HdfIoService *service) in GetAllCards()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | SensorPrivacyManager.java | 342 private SensorPrivacyManager(Context context, ISensorPrivacyManager service) { in SensorPrivacyManager() 358 ISensorPrivacyManager service = ISensorPrivacyManager.Stub.asInterface(b); in getInstance() local 373 public static SensorPrivacyManager getInstance(Context context, ISensorPrivacyManager service) { in getInstance() 399 Boolean val = mToggleSupportCache.get(key); in supportsSensorToggle() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_command_processor.cpp | 265 int val = StoiTryCatch(dataConn, arg); in VgsSetter() local 271 int val = StoiTryCatch(dataConn, arg); in VgmSetter() local 514 bool service = !(biaMaskOut & (1 << HFP_AG_INDICATOR_SERVICE)); in BiaSetter() local
|
/aosp14/frameworks/base/core/java/android/hardware/location/ |
H A D | GeofenceHardwareImpl.java | 168 public void setGpsHardwareGeofence(IGpsGeofenceHardware service) { in setGpsHardwareGeofence() 190 public void setFusedGeofenceHardware(IFusedGeofenceHardware service) { in setFusedGeofenceHardware() 823 private void setMonitorAvailability(int monitor, int val) { in setMonitorAvailability()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | ApplicationExitInfoTest.java | 156 private static <T> void setFieldValue(Class clazz, Object obj, String fieldName, T val) { in setFieldValue() 1094 public Handler getUiHandler(ActivityManagerService service) { in getUiHandler() 1099 public ProcessList getProcessList(ActivityManagerService service) { in getProcessList()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
H A D | QuotaController.java | 125 private static int hashLong(long val) { in hashLong() 539 public QuotaController(@NonNull JobSchedulerService service, in QuotaController()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_command_processor.cpp | 354 uint16_t service = 0; in ProcessCnum() local 585 int val = StoiTryCatch(arg); in ProcessVgm() local 591 int val = StoiTryCatch(arg); in ProcessVgs() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppProfiler.java | 800 Pair<Long, String> val = watchUids.get(proc.uid); in recordPssSampleLPf() local 909 Pair<Long, String> val = mMemWatchProcesses.get(procName, uid); in handlePostDumpHeapNotification() local 2217 AppProfiler(ActivityManagerService service, Looper bgLooper, LowMemDetector detector) { in AppProfiler() 2386 Pair<Long, String> val = uids.valueAt(j); in dumpMemWatchProcessesLPf() local 2479 Pair<Long, String> val = uids.valueAt(j); in writeMemWatchProcessToProtoLPf() local
|
H A D | ActivityManagerConstants.java | 1267 ActivityManagerConstants(Context context, ActivityManagerService service, Handler handler) { in ActivityManagerConstants() 1792 final String val = DeviceConfig.getString(DeviceConfig.NAMESPACE_ACTIVITY_MANAGER, in parseLongArray() local 1832 String val = DeviceConfig.getString(DeviceConfig.NAMESPACE_ACTIVITY_MANAGER, in updateImperceptibleKillExemptions() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_profile.cpp | 394 auto service = db_.GetServices().begin(); in DiscoverAllPrimaryServiceResponse() local 457 auto service = db_.GetServices().begin(); in DiscoverPrimaryServiceByUuidResponse() local 1317 uint16_t val = GetCccdValue(connectHandle, attHandle); in AssembleDescriptorPackage() local 1332 AttReadGoupAttributeData *list, const GattDatabase::Service &service, uint8_t num) in AssembleAttReadByGroupTypeRspPackage() 1428 uint16_t val = GetCccdValue(connectHandle, attHandle); in AssembleAttReadByTypeRspDescPackage() local
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/tare/ |
H A D | EconomyManager.java | 57 public static long parseCreditValue(@Nullable final String val, final long defaultValCakes) { in parseCreditValue() 636 public EconomyManager(IEconomyManager service) { in EconomyManager()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | PowerManagerService.java | 906 public void nativeInit(PowerManagerService service) { in nativeInit() 966 SuspendBlocker createSuspendBlocker(PowerManagerService service, String name) { in createSuspendBlocker() 1019 public void set(String key, String val) { in createSystemPropertiesWrapper()
|
/ohos5.0/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 1308 ServiceDevAuth *service = reinterpret_cast<ServiceDevAuth *>(ipcInstance); in SetIpcCallMap() local 1314 ServiceDevAuth *service = nullptr; in CreateServiceInstance() local 1325 ServiceDevAuth *service = reinterpret_cast<ServiceDevAuth *>(ipcInstance); in DestroyServiceInstance() local 1377 int32_t DecodeIpcData(uintptr_t data, int32_t *type, uint8_t **val, int32_t *valSz) in DecodeIpcData()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
H A D | ParsingPackageUtils.java | 784 ParsedService service = serviceResult.getResult(); in parseSplitApplication() local 1247 int val = defaultValue; in parseMinOrMaxSdkVersion() local 1546 TypedValue val = sa.peekValue(R.styleable.AndroidManifestUsesSdk_minSdkVersion); in parseUsesSdk() local 2121 ParsedService service = serviceResult.getResult(); in parseBaseApplication() local
|