Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 25 of 202) sorted by relevance

123456789

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dffrt_facade.h36 static ExecuteUnit& inst = Instance().GetEUInstanceImpl(); in GetEUInstance() local
42 static DependenceManager& inst = Instance().GetDMInstanceImpl(); in GetDMInstance() local
48 static PollerProxy& inst = Instance().GetPPInstanceImpl(); in GetPPInstance() local
54 static DelayedWorker& inst = Instance().GetDWInstanceImpl(); in GetDWInstance() local
60 static FFRTScheduler* inst = Instance().GetSchedInstanceImpl(); in GetSchedInstance() local
66 static IOPoller& inst = Instance().GetIoPPInstanceImpl(); in GetIoPPInstance() local
72 static CoStackAttr* inst = Instance().GetCSAInstanceImpl(); in GetCSAInstance() local
78 static QueueMonitor& inst = Instance().GetQMInstanceImpl(); in GetQMInstance() local
84 static WorkerMonitor& inst = Instance().GetWMInstanceImpl(); in GetWMInstance() local
/aosp12/hardware/st/nfc/1.0/hal/
H A Dhalcore.c154 HalInstance* inst = calloc(1, sizeof(HalInstance)); in HalCreate() local
249 HalInstance* inst = (HalInstance*)hHAL; in HalDestroy() local
283 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstream() local
322 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstreamTimer() local
361 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstreamStopTimer() local
376 HalInstance* inst = (HalInstance*)hHAL; in HalSendUpstream() local
466 static void HalStopTimer(HalInstance* inst) in HalStopTimer()
575 static HalBuffer* HalAllocBuffer(HalInstance* inst) in HalAllocBuffer()
633 static void Hal_event_handler(HalInstance* inst, HalEvent e) in Hal_event_handler()
681 HalInstance* inst = (HalInstance*)arg; in HalWorkerThread() local
[all …]
/aosp12/hardware/st/nfc/st21nfc/hal/
H A Dhalcore.cc266 HalInstance* inst = (HalInstance*)hHAL; in HalDestroy() local
301 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstream() local
341 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstreamTimer() local
370 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstreamTimer() local
391 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstreamStopTimer() local
404 HalInstance* inst = (HalInstance*)hHAL; in HalSendUpstream() local
490 static void HalStopTimer(HalInstance* inst) { in HalStopTimer()
594 static HalBuffer* HalAllocBuffer(HalInstance* inst) { in HalAllocBuffer()
650 static void Hal_event_handler(HalInstance* inst, HalEvent e) { in Hal_event_handler()
695 HalInstance* inst = (HalInstance*)arg; in HalWorkerThread() local
[all …]
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager.c22 static struct DevSvcRecord *DevSvcManagerSearchServiceLocked(struct IDevSvcManager *inst, uint32_t … in DevSvcManagerSearchServiceLocked()
84 int DevSvcManagerAddService(struct IDevSvcManager *inst, in DevSvcManagerAddService()
130 int DevSvcManagerUpdateService(struct IDevSvcManager *inst, in DevSvcManagerUpdateService()
214 struct HdfDeviceObject *DevSvcManagerGetObject(struct IDevSvcManager *inst, const char *svcName) in DevSvcManagerGetObject()
254 struct HdfObject *DevSvcManagerGetService(struct IDevSvcManager *inst, const char *svcName) in DevSvcManagerGetService()
263 void DevSvcManagerListAllService(struct IDevSvcManager *inst, struct HdfSBuf *reply) in DevSvcManagerListAllService()
283 struct IDevSvcManager *inst, const char *interfaceDesc, struct HdfSBuf *reply) in DevSvcManagerListServiceByInterfaceDesc()
326 int DevSvcManagerRegsterServListener(struct IDevSvcManager *inst, struct ServStatListenerHolder *li… in DevSvcManagerRegsterServListener()
341 void DevSvcManagerUnregsterServListener(struct IDevSvcManager *inst, struct ServStatListenerHolder … in DevSvcManagerUnregsterServListener()
353 bool DevSvcManagerConstruct(struct DevSvcManager *inst) in DevSvcManagerConstruct()
[all …]
H A Ddevmgr_service.c223 static struct DevHostServiceClnt *DevmgrServiceFindDeviceHost(struct IDevmgrService *inst, uint16_t… in DevmgrServiceFindDeviceHost()
241 static int DevmgrServiceAttachDevice(struct IDevmgrService *inst, struct IHdfDeviceToken *token) in DevmgrServiceAttachDevice()
270 static int DevmgrServiceDetachDevice(struct IDevmgrService *inst, devid_t devid) in DevmgrServiceDetachDevice()
292 struct IDevmgrService *inst, uint16_t hostId, struct IDevHostService *hostService) in DevmgrServiceAttachDeviceHost()
339 static int DevmgrServiceStartDeviceHosts(struct DevmgrService *inst) in DevmgrServiceStartDeviceHosts()
364 static int32_t DevmgrServiceListAllDevice(struct IDevmgrService *inst, struct HdfSBuf *reply) in DevmgrServiceListAllDevice()
400 int DevmgrServiceStartService(struct IDevmgrService *inst) in DevmgrServiceStartService()
454 bool DevmgrServiceConstruct(struct DevmgrService *inst) in DevmgrServiceConstruct()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevhost_service_proxy.c28 struct IDevHostService *inst, const struct HdfDeviceInfo *attribute, int opsCode) in DevHostServiceProxyOpsDevice()
46 struct IDevHostService *inst, const struct HdfDeviceInfo *attribute) in DevHostServiceProxyAddDevice()
52 struct IDevHostService *inst, devid_t devid) in DevHostServiceProxyDelDevice()
93 static int32_t DevHostServicProxyDump(struct IDevHostService *inst, struct HdfSBuf *data, struct Hd… in DevHostServicProxyDump()
106 struct DevHostServiceProxy *inst, struct HdfRemoteService *remote) in DevHostServiceProxyConstruct()
131 void DevHostServiceProxyRecycle(struct DevHostServiceProxy *inst) in DevHostServiceProxyRecycle()
H A Ddevice_token_proxy.c19 static void HdfDevTokenProxyConstruct(struct HdfDevTokenProxy *inst, struct HdfRemoteService *remot… in HdfDevTokenProxyConstruct()
34 void HdfDevTokenProxyRecycle(struct HdfDevTokenProxy *inst) in HdfDevTokenProxyRecycle()
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevmgr_service_clnt.c20 struct DevmgrServiceClnt *inst = DevmgrServiceClntGetInstance(); in DevmgrServiceClntAttachDeviceHost() local
37 struct DevmgrServiceClnt *inst = DevmgrServiceClntGetInstance(); in DevmgrServiceClntAttachDevice() local
54 struct DevmgrServiceClnt *inst = DevmgrServiceClntGetInstance(); in DevmgrServiceClntDetachDevice() local
76 void DevmgrServiceClntFreeInstance(struct DevmgrServiceClnt *inst) in DevmgrServiceClntFreeInstance()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.c35 L2capInstance *inst = L2capGetInstance(); in L2capInitialized() local
46 L2capInstance *inst = L2capGetInstance(); in L2capGetPsm() local
65 L2capInstance *inst = L2capGetInstance(); in L2capGetConnection() local
84 L2capInstance *inst = L2capGetInstance(); in L2capGetConnection2() local
103 L2capInstance *inst = L2capGetInstance(); in L2capGetConnection3() local
147 L2capInstance *inst = L2capGetInstance(); in L2capGetChannel2() local
177 L2capInstance *inst = L2capGetInstance(); in L2capGetNewLcid() local
325 L2capInstance *inst = L2capGetInstance(); in L2capDisconnectTimeout() local
387 L2capInstance *inst = L2capGetInstance(); in L2capNewConnection() local
411 L2capInstance *inst = L2capGetInstance(); in L2capDeleteConnection() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c335 static void SpungeInstTimerInit(struct SpungeInstance *inst) in SpungeInstTimerInit()
349 static FILLP_INT SpungeThreadInit(struct SpungeInstance *inst) in SpungeThreadInit()
364 FILLP_INT SpungeInstInit(struct SpungeInstance *inst) in SpungeInstInit()
536 void SpungeFreeInstanceResource(struct SpungeInstance *inst) in SpungeFreeInstanceResource()
574 void FtGlobalTimerInit(struct SpungeInstance *inst) in FtGlobalTimerInit()
842 void SpungeDestroyInstance(struct SpungeInstance *inst) in SpungeDestroyInstance()
894 void SpungeHandleMsgCycle(struct SpungeInstance *inst) in SpungeHandleMsgCycle()
1105 void FillpCalculateFairness(struct SpungeInstance *inst) in FillpCalculateFairness()
1441 void SpungeInitTokenBucket(struct SpungeInstance *inst) in SpungeInitTokenBucket()
1530 static void SpinstLoopRecv(struct SpungeInstance *inst) in SpinstLoopRecv()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c70 static void SpungeHandleMsgAllocSock(void *value, struct SpungeInstance *inst) in SpungeHandleMsgAllocSock()
118 static void SpungeHandleMsgFreeSockEagain(void *value, struct SpungeInstance *inst) in SpungeHandleMsgFreeSockEagain()
184 static void SpungeHandleMsgListen(void *value, struct SpungeInstance *inst) in SpungeHandleMsgListen()
306 static void SpungeHandleMsgConnect(void *value, struct SpungeInstance *inst) in SpungeHandleMsgConnect()
416 static void SpungeHandleMsgBind(void *value, struct SpungeInstance *inst) in SpungeHandleMsgBind()
475 static void SpungeHandleMsgConnAccepted(void *value, struct SpungeInstance *inst) in SpungeHandleMsgConnAccepted()
545 static void SpungeHandleMsgDoShutdown(void *value, struct SpungeInstance *inst) in SpungeHandleMsgDoShutdown()
641 static void SpungeHandleMsgClose(void *value, struct SpungeInstance *inst) in SpungeHandleMsgClose()
695 static void SpungeHandleMsgSetSendBuf(void *value, struct SpungeInstance *inst) in SpungeHandleMsgSetSendBuf()
729 static void SpungeHandleMsgSetRecvBuf(void *value, struct SpungeInstance *inst) in SpungeHandleMsgSetRecvBuf()
[all …]
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevmgr_service_proxy.c28 int DevmgrServiceProxyAttachDeviceHost(struct IDevmgrService *inst, uint16_t hostId, struct IDevHos… in DevmgrServiceProxyAttachDeviceHost()
67 int DevmgrServiceProxyAttachDevice(struct IDevmgrService *inst, struct IHdfDeviceToken *token) in DevmgrServiceProxyAttachDevice()
92 int DevmgrServiceProxyDetachDevice(struct IDevmgrService *inst, devid_t devid) in DevmgrServiceProxyDetachDevice()
114 static int DevmgrServiceProxyProcessLoad(struct IDevmgrService *inst, const char *svcName, int code) in DevmgrServiceProxyProcessLoad()
134 int DevmgrServiceProxyLoadDevice(struct IDevmgrService *inst, const char *svcName) in DevmgrServiceProxyLoadDevice()
139 int DevmgrServiceProxyUnLoadDevice(struct IDevmgrService *inst, const char *svcName) in DevmgrServiceProxyUnLoadDevice()
144 static void DevmgrServiceProxyConstruct(struct DevmgrServiceProxy *inst) in DevmgrServiceProxyConstruct()
H A Ddevsvc_manager_proxy.c73struct IDevSvcManager *inst, struct HdfDeviceObject *service, const struct HdfServiceInfo *servInf… in DevSvcManagerProxyAddService()
112 static int DevSvcManagerProxyUpdateService(struct IDevSvcManager *inst, in DevSvcManagerProxyUpdateService()
152 struct HdfObject *DevSvcManagerProxyGetService(struct IDevSvcManager *inst, const char *svcName) in DevSvcManagerProxyGetService()
181 void DevSvcManagerProxyRemoveService(struct IDevSvcManager *inst, const char *svcName, in DevSvcManagerProxyRemoveService()
230 void DevSvcManagerProxyConstruct(struct DevSvcManagerProxy *inst, struct HdfRemoteService *remote) in DevSvcManagerProxyConstruct()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListEmptyViewTest.java56 Instrumentation inst = getInstrumentation(); in testZeroToOne() local
66 Instrumentation inst = getInstrumentation(); in testZeroToOneForwardBack() local
88 Instrumentation inst = getInstrumentation(); in testZeroToManyToZero() local
H A DListManagedCursorTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
78 Instrumentation inst = getInstrumentation(); in testKeyScrollingToTouchMode() local
91 public int arrowScroll(Instrumentation inst) { in arrowScroll()
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc208 const Instruction* inst = Instruction::At(dex_pc_ptr); in MTERP_INVOKE() local
219 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphic() local
230 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeCustomRange() local
241 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphicRange() local
385 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpAputObject() local
404 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArray() local
429 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArrayRange() local
454 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpNewArray() local
500 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpCheckBefore() local
609 ALWAYS_INLINE void MterpFieldAccess(Instruction* inst, in MterpFieldAccess()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DKeyUtils.java40 final Instrumentation inst = test.getInstrumentation(); in tapMenuKey() local
53 final Instrumentation inst = test.getInstrumentation(); in chordMenuKey() local
72 final Instrumentation inst = test.getInstrumentation(); in longClick() local
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DObjectHandler.java58 AhatInstance inst = mSnapshot.findInstance(id); in handle() local
114 private static void printClassInstanceFields(Doc doc, Query query, AhatClassInstance inst) { in printClassInstanceFields()
223 private static void printReferences(Doc doc, Query query, AhatInstance inst) { in printReferences()
239 private void printAllocationSite(Doc doc, Query query, AhatInstance inst) { in printAllocationSite()
246 private static void printBitmap(Doc doc, AhatInstance inst) { in printBitmap()
255 private void printGcRootPath(Doc doc, Query query, AhatInstance inst) { in printGcRootPath()
301 public void printDominatedObjects(Doc doc, Query query, AhatInstance inst) { in printDominatedObjects()
/aosp12/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DVideoCapture.java69 public void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos()
86 Instrumentation inst = getInstrumentation(); in testBackVideoCapture() local
100 Instrumentation inst = getInstrumentation(); in testFrontVideoCapture() local
H A DImageCapture.java68 public void captureImages(String reportTag, Instrumentation inst) { in captureImages()
93 Instrumentation inst = getInstrumentation(); in testBackImageCapture() local
107 Instrumentation inst = getInstrumentation(); in testFrontImageCapture() local
/aosp12/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
H A DVideoCapture.java72 public void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos()
90 Instrumentation inst = getInstrumentation(); in testBackVideoCapture() local
105 Instrumentation inst = getInstrumentation(); in testFrontVideoCapture() local
H A DImageCapture.java70 public void captureImages(String reportTag, Instrumentation inst) { in captureImages()
96 Instrumentation inst = getInstrumentation(); in testBackImageCapture() local
111 Instrumentation inst = getInstrumentation(); in testFrontImageCapture() local
/aosp12/art/runtime/verifier/
H A Dregister_line.cc49 const RegType& RegisterLine::GetInvocationThis(MethodVerifier* verifier, const Instruction* inst, in GetInvocationThis()
198 void RegisterLine::CheckUnaryOp(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOp()
205 void RegisterLine::CheckUnaryOpWide(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOpWide()
213 void RegisterLine::CheckUnaryOpToWide(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOpToWide()
221 void RegisterLine::CheckUnaryOpFromWide(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOpFromWide()
229 void RegisterLine::CheckBinaryOp(MethodVerifier* verifier, const Instruction* inst, in CheckBinaryOp()
251 void RegisterLine::CheckBinaryOpWide(MethodVerifier* verifier, const Instruction* inst, in CheckBinaryOpWide()
261 void RegisterLine::CheckBinaryOpWideShift(MethodVerifier* verifier, const Instruction* inst, in CheckBinaryOpWideShift()
270 void RegisterLine::CheckBinaryOp2addr(MethodVerifier* verifier, const Instruction* inst, in CheckBinaryOp2addr()
291 void RegisterLine::CheckBinaryOp2addrWide(MethodVerifier* verifier, const Instruction* inst, in CheckBinaryOp2addrWide()
[all …]
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/
H A Dhdf_device_node_ext.c42 static int DeviceNodeExtPublishService(struct HdfDeviceNode *inst) in DeviceNodeExtPublishService()
57 static void DeviceNodeExtConstruct(struct DeviceNodeExt *inst) in DeviceNodeExtConstruct()
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
H A Dhdf_device_node_ext.c38 static int DeviceNodeExtPublishService(struct HdfDeviceNode *inst) in DeviceNodeExtPublishService()
53 static void DeviceNodeExtConstruct(struct DeviceNodeExt *inst) in DeviceNodeExtConstruct()

123456789