HomeSort by relevance Sort by last modified time
    Searched defs:handle_ (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /external/webrtc/webrtc/sound/
alsasoundsystem.cc 83 handle_(handle),
102 frames = symbol_table()->snd_pcm_avail_update()(handle_);
112 int ready = symbol_table()->snd_pcm_wait()(handle_, wait_timeout_ms_);
125 frames = symbol_table()->snd_pcm_avail_update()(handle_);
144 int err = symbol_table()->snd_pcm_delay()(handle_, &delay);
162 handle_,
175 symbol_table()->snd_pcm_stream()(handle_) == SND_PCM_STREAM_CAPTURE) {
178 err = symbol_table()->snd_pcm_start()(handle_);
188 if (handle_) {
190 err = symbol_table()->snd_pcm_drop()(handle_);
223 snd_pcm_t *handle_; member in class:rtc::AlsaStream
    [all...]
  /system/tpm/attestation/server/
pkcs11_key_store.cc 58 explicit ScopedSession(CK_SLOT_ID slot) : handle_(CK_INVALID_HANDLE) {
66 if (C_OpenSession(slot, flags, nullptr, nullptr, &handle_) != CKR_OK) {
73 if (IsValid() && (C_CloseSession(handle_) != CKR_OK)) {
75 handle_ = CK_INVALID_HANDLE;
79 CK_SESSION_HANDLE handle() const { return handle_; }
81 bool IsValid() const { return (handle_ != CK_INVALID_HANDLE); }
84 CK_SESSION_HANDLE handle_; member in class:attestation::ScopedSession
  /toolchain/binutils/binutils-2.27/gold/
plugin.h 57 : handle_(NULL),
112 void* handle_; member in class:gold::Plugin
  /bionic/linker/
linker_soinfo.h 364 uintptr_t handle_; member in struct:soinfo
  /external/vulkan-validation-layers/tests/
vktestbinding.h 87 const T &handle() const { return handle_; }
88 bool initialized() const { return (handle_ != T{}); }
93 explicit Handle() : handle_{} {}
94 explicit Handle(T handle) : handle_(handle) {}
101 Handle(Handle &&src) NOEXCEPT : handle_{src.handle_} { src.handle_ = {}; }
103 handle_ = src.handle_;
104 src.handle_ = {}
114 T handle_; member in class:vk_testing::internal::Handle
    [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 209 handle_ = dlopen("libdvr.so", RTLD_NOW | RTLD_LOCAL);
210 CHECK(handle_);
213 reinterpret_cast<decltype(&dvrGetApi)>(dlsym(handle_, "dvrGetApi"));
219 ~DvrApi() { dlclose(handle_); }
224 void* handle_ = nullptr; member in class:DvrApi
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.h 67 const T &handle() const { return handle_; }
68 bool initialized() const { return (handle_ != VK_NULL_HANDLE); }
73 explicit Handle() : handle_(VK_NULL_HANDLE) {}
74 explicit Handle(T handle) : handle_(handle) {}
78 handle_ = handle;
86 T handle_; member in class:vk_testing::internal::Handle
  /art/runtime/
java_vm_ext.cc 72 handle_(handle),
89 android::CloseNativeLibrary(handle_, needs_native_bridge_);
166 return dlsym(handle_, symbol_name.c_str());
174 return android::NativeBridgeGetTrampoline(handle_, symbol_name.c_str(), shorty, len);
188 void* const handle_; member in class:art::SharedLibrary
    [all...]
  /bionic/tests/
dlext_test.cpp 69 handle_ = nullptr;
80 if (handle_ != nullptr) {
81 ASSERT_DL_ZERO(dlclose(handle_));
85 void* handle_; member in class:DlExtTest
89 handle_ = android_dlopen_ext(kLibName, RTLD_NOW, nullptr);
90 ASSERT_DL_NOTNULL(handle_);
91 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"));
99 handle_ = android_dlopen_ext(kLibName, RTLD_NOW, &extinfo);
100 ASSERT_DL_NOTNULL(handle_);
101 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"))
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 978 HANDLE handle_; member in class:testing::internal::AutoHandle
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 963 HANDLE handle_; member in class:testing::internal::AutoHandle
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 1002 HANDLE handle_; member in class:testing::internal::AutoHandle
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 960 HANDLE handle_; member in class:testing::internal::AutoHandle
    [all...]
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/kernels/
cudnn_rnn_ops.cc 325 DT_UINT8, TensorShape({byte_size}), &handle_, nullptr);
330 return AsDeviceMemory<uint8>(handle_.AccessTensor(context_));
336 PersistentTensor handle_; member in class:tensorflow::TFRNNInputMode::__anon39163::CudnnRNNPersistentSpaceAllocator
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_blas.cc 338 : parent_(parent), handle_(handle), ok_(false) {}
346 wrap::cublasGetPointerMode(parent_, handle_, &old_mode_);
352 ret = wrap::cublasSetPointerMode(parent_, handle_, new_mode);
366 wrap::cublasSetPointerMode(parent_, handle_, old_mode_);
376 cublasHandle_t handle_; // Handle to the cuBLAS instance of interest. member in class:perftools::gputools::cuda::ScopedCublasPointerMode
399 : parent_(parent), handle_(handle), ok_(false) {}
406 cublasStatus_t ret = wrap::cublasGetMathMode(parent_, handle_, &old_mode_);
412 ret = wrap::cublasSetMathMode(parent_, handle_, new_mode);
424 cublasStatus_t ret = wrap::cublasSetMathMode(parent_, handle_, old_mode_);
434 cublasHandle_t handle_; // Handle to the cuBLAS instance of interest member in class:perftools::gputools::cuda::ScopedCublasMathMode
    [all...]
cuda_dnn.cc 434 : parent_(parent), handle_(nullptr) {
435 cudnnStatus_t status = wrap::cudnnCreateTensorDescriptor(parent_, &handle_);
459 parent_, handle_, elem_type, nd, dims.data(), strides.data());
470 parent_, handle_, CUDNN_TENSOR_NCHW_VECT_C, elem_type,
488 cudnnStatus_t status = wrap::cudnnDestroyTensorDescriptor(parent_, handle_);
495 cudnnTensorDescriptor_t handle() const { return handle_; }
499 cudnnTensorDescriptor_t handle_; // Owned. member in class:perftools::gputools::cuda::ScopedTensorDescriptor
511 : parent_(parent), handle_(nullptr) {
512 cudnnStatus_t status = wrap::cudnnCreateFilterDescriptor(parent_, &handle_);
546 status = wrap::cudnnSetFilterNdDescriptor(parent_, handle_, elem_type
572 cudnnFilterDescriptor_t handle_; member in class:perftools::gputools::cuda::ScopedFilterDescriptor
688 cudnnConvolutionDescriptor_t handle_; \/\/ Owned. member in class:perftools::gputools::cuda::ScopedConvolutionDescriptor
748 cudnnPoolingDescriptor_t handle_; \/\/ Owned. member in class:perftools::gputools::cuda::ScopedPoolingDescriptor
804 cudnnLRNDescriptor_t handle_; \/\/ Owned. member in class:perftools::gputools::cuda::ScopedNormalizeDescriptor
872 cudnnActivationDescriptor_t handle_; \/\/ Owned. member in class:perftools::gputools::cuda::ScopedActivationDescriptor
1033 cudnnDropoutDescriptor_t handle_; member in class:perftools::gputools::cuda::CudnnDropoutDescriptor
1066 cudnnFilterDescriptor_t handle_; member in class:perftools::gputools::cuda::CudnnRnnParamsDescriptor
1403 cudnnTensorDescriptor_t handle_; member in class:perftools::gputools::cuda::CudnnRnnStateTensorDescriptor
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 991 HANDLE handle_; member in class:testing::internal::AutoHandle
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 288 : AsyncOpKernel(ctx), handle_(handle) {}
310 lib->Run(opts, handle_, args, rets,
327 FunctionLibraryRuntime::Handle handle_; member in class:tensorflow::CallOp
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 1282 Handle handle_; member in class:testing::internal::AutoHandle
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 985 HANDLE handle_; member in class:testing::internal::AutoHandle
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 1282 Handle handle_; member in class:testing::internal::AutoHandle
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 1574 Handle handle_; member in class:testing::internal::AutoHandle
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 1545 Handle handle_; member in class:testing::internal::AutoHandle
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h 1531 Handle handle_; member in class:testing::internal::AutoHandle
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 1396 HANDLE handle_; member in class:testing::internal::AutoHandle
    [all...]

Completed in 1099 milliseconds

1 2 34 5