Home
last modified time | relevance | path

Searched refs:HdfSRefCount (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/utils/src/
Dhdf_sref.c31 int HdfSRefCount(const struct HdfSRef *sref) in HdfSRefCount() function
68 sref->Count = HdfSRefCount; in HdfSRefConstruct()
/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_sref.h35 int HdfSRefCount(const struct HdfSRef *sref);
/drivers/hdf_core/framework/core/host/src/
Dpower_state_token.c118 if (HdfSRefCount(sref) == 0) { in PowerStateTokenReleaseWakeLock()
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_device.c173 return HdfSRefCount(&device->ref); in PlatformDeviceRefCount()