Searched defs:startQuery (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java164 public void startQuery(int token, Object cookie, Uri uri, method in class:AsyncQueryHandler
282 * {@link #startQuery}.
283 * @param cookie the cookie object passed in from {@link #startQuery}.
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java163 * looper queue must be FIFO with respect to input from the synchronous startQuery
308 startQuery(token, endMarker, null, null, null, null, null);
355 startQuery(token, cw, null, null, null, null, null);
366 startQuery(token, endMarker, null, null, null, null, null);
400 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, method in class:CallerInfoAsyncQuery
414 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null);
430 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, method in class:CallerInfoAsyncQuery
434 return startQuery(token, context, number, listener, cookie, subId);
448 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, method in class:CallerInfoAsyncQuery
452 Rlog.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()
[all...]
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1246 VkResult GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t startQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) { argument
1442 void CmdResetQueryPool(VkCommandBuffer cmdBuffer, VkQueryPool queryPool, uint32_t startQuery, uint32_t queryCount) { argument
1448 void CmdCopyQueryPoolResults(VkCommandBuffer cmdBuffer, VkQueryPool queryPool, uint32_t startQuery, uint32_t queryCount, VkBuffer destBuffer, VkDeviceSize destOffset, VkDeviceSize destStride, VkQueryResultFlags flags) { argument

Completed in 461 milliseconds