Home
last modified time | relevance | path

Searched refs:copyResult (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal_event.c549 WifiConnectResult *copyResult = NULL; in WifiWpaConnectResultProcess() local
555 copyResult = (WifiConnectResult *)os_zalloc(sizeof(WifiConnectResult)); in WifiWpaConnectResultProcess()
556 if (copyResult == NULL) { in WifiWpaConnectResultProcess()
590 copyResult->status = result->status; in WifiWpaConnectResultProcess()
591 copyResult->freq = result->freq; in WifiWpaConnectResultProcess()
592 copyResult->reqIeLen = result->reqIeLen; in WifiWpaConnectResultProcess()
593 copyResult->respIeLen = result->respIeLen; in WifiWpaConnectResultProcess()
594 copyResult->reqIe = reqIe; in WifiWpaConnectResultProcess()
595 copyResult->respIe = respIe; in WifiWpaConnectResultProcess()
596 copyResult in WifiWpaConnectResultProcess()
612 WifiDisconnect *copyResult = NULL; WifiWpaDisconnectProcess() local
639 WifiOnChannel *copyResult = NULL; WifiWpaRemainOnChannelProcess() local
653 WifiOnChannel *copyResult = NULL; WifiWpaCancelRemainOnChannelProcess() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal_event.c551 WifiConnectResult *copyResult = NULL; in WifiWpaConnectResultProcess() local
557 copyResult = (WifiConnectResult *)os_zalloc(sizeof(WifiConnectResult)); in WifiWpaConnectResultProcess()
558 if (copyResult == NULL) { in WifiWpaConnectResultProcess()
592 copyResult->status = result->status; in WifiWpaConnectResultProcess()
593 copyResult->freq = result->freq; in WifiWpaConnectResultProcess()
594 copyResult->reqIeLen = result->reqIeLen; in WifiWpaConnectResultProcess()
595 copyResult->respIeLen = result->respIeLen; in WifiWpaConnectResultProcess()
596 copyResult->reqIe = reqIe; in WifiWpaConnectResultProcess()
597 copyResult->respIe = respIe; in WifiWpaConnectResultProcess()
598 copyResult in WifiWpaConnectResultProcess()
614 WifiDisconnect *copyResult = NULL; WifiWpaDisconnectProcess() local
641 WifiOnChannel *copyResult = NULL; WifiWpaRemainOnChannelProcess() local
655 WifiOnChannel *copyResult = NULL; WifiWpaCancelRemainOnChannelProcess() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp527 CopyResult copyResult = CopyResult::NOT_RECREATED; in copySubData() local
529 &copyResult)); in copySubData()
1018 CopyResult copyResult = CopyResult::NOT_RECREATED; in updateBufferStorage() local
1020 0, &copyResult)); in updateBufferStorage()
1026 CopyResult copyResult = CopyResult::NOT_RECREATED; in updateBufferStorage() local
1028 storage->copyFromStorage(context, latestBuffer, sourceOffset, storageSize, 0, &copyResult)); in updateBufferStorage()
1030 if (copyResult == CopyResult::RECREATED) in updateBufferStorage()
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DCorrectnessActivity.java115 public void onPixelCopyFinished(int copyResult) { in onPixelCopyFinished() argument
/third_party/skia/tests/
H A DGrSurfaceTest.cpp406 auto copyResult = surfContext->testCopy(copySrc.refProxy()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
407 REPORTER_ASSERT(reporter, copyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp8198 auto copyResult = checkCopyResults(cmdBuffer.get(), VK_IMAGE_ASPECT_DEPTH_BIT, srcImage.get(), dstImage.get());
8199 if (copyResult.getCode() != QP_TEST_RESULT_PASS)
8200 return copyResult;
8204 auto copyResult = checkCopyResults(cmdBuffer.get(), VK_IMAGE_ASPECT_STENCIL_BIT, srcImage.get(), dstImage.get());
8205 if (copyResult.getCode() != QP_TEST_RESULT_PASS)
8206 return copyResult;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp7920 auto copyResult = checkCopyResults(cmdBuffer.get(), VK_IMAGE_ASPECT_DEPTH_BIT, srcImage.get(), dstImage.get()); in iterate() local
7921 if (copyResult.getCode() != QP_TEST_RESULT_PASS) in iterate()
7922 return copyResult; in iterate()
7926 auto copyResult = checkCopyResults(cmdBuffer.get(), VK_IMAGE_ASPECT_STENCIL_BIT, srcImage.get(), dstImage.get()); in iterate() local
7927 if (copyResult.getCode() != QP_TEST_RESULT_PASS) in iterate()
7928 return copyResult; in iterate()

Completed in 52 milliseconds