Searched refs:PlatformDeviceRefCount (Results 1 – 6 of 6) sorted by relevance
87 refCntBeforeAdd = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()90 refCntAfterAdd = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()122 refCntBeforeDel = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()124 refCntAfterDel = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()161 refCntBeforeGet = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()166 refCntAfterGet = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()170 refCntBeforePut = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()172 refCntAfterPut = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()176 refCntBeforeGet = PlatformDeviceRefCount(device1); in PlatformManagerTestGetDevice()181 refCntAfterGet = PlatformDeviceRefCount(device1); in PlatformManagerTestGetDevice()[all …]
62 refCntBeforeGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()67 refCntAfterGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()74 refCntAfterGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()79 refCntAfterPut = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()84 refCntAfterPut = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()231 ret = PlatformDeviceRefCount(NULL); in PlatformDeviceTestReliability()
105 refCntBeforeAdd = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()108 refCntAfterAdd = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()140 refCntBeforeDel = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()142 refCntAfterDel = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()179 refCntBeforeGet = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()184 refCntAfterGet = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()188 refCntBeforePut = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()190 refCntAfterPut = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()194 refCntBeforeGet = PlatformDeviceRefCount(device1); in PlatformManagerTestGetDevice()199 refCntAfterGet = PlatformDeviceRefCount(device1); in PlatformManagerTestGetDevice()[all …]
82 refCntBeforeGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()87 refCntAfterGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()94 refCntAfterGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()99 refCntAfterPut = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()104 refCntAfterPut = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()244 ret = PlatformDeviceRefCount(NULL); in PlatformDeviceTestReliability()
116 int32_t PlatformDeviceRefCount(struct PlatformDevice *device);
170 int32_t PlatformDeviceRefCount(struct PlatformDevice *device) in PlatformDeviceRefCount() function