HomeSort by relevance Sort by last modified time
    Searched defs:GetHandle (Results 1 - 15 of 15) sorted by null

  /system/bt/tools/mcap_tool/
mcap_test_mdep.cc 47 tMCA_DEP McapMdep::GetHandle() const { return _mdep_handle; }
mcap_test_mdl.cc 125 tMCA_DL McapMdl::GetHandle() { return _mdl_handle; }
mcap_test_app.cc 147 if (mcap_mcl->GetHandle() != 0) {
165 uint8_t McapTestApp::GetHandle() { return _mcap_handle; }
178 if (mcl.GetHandle() == mcl_handle) {
187 if (mdep.GetHandle() == mdep_handle) {
198 if (it->GetHandle() == mcl_handle) {
269 mcap_mdep->GetHandle(), p_data->create_ind.mdl_id,
305 mdep_handle = _mdep_list[0].GetHandle();
mcap_test_mcl.cc 88 << (int)mcap_mdl->GetHandle();
118 << (int)mcap_mdl->GetHandle() << ", updating context";
140 tMCA_CL McapMcl::GetHandle() const { return _mcl_handle; }
157 if (mdl.GetHandle() == mdl_handle) {
  /external/tensorflow/tensorflow/core/framework/
session_state.h 65 string GetHandle(const string& tensor_name) {
  /hardware/qcom/display/msm8909/libdrmutils/
drm_master.h 73 void GetHandle(int *fd) { *fd = dev_fd_; }
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_master.h 73 void GetHandle(int *fd) { *fd = dev_fd_; }
  /hardware/qcom/display/msm8998/libdrmutils/
drm_master.h 73 void GetHandle(int *fd) { *fd = dev_fd_; }
  /art/runtime/
handle_scope-inl.h 82 inline Handle<mirror::Object> HandleScope::GetHandle(size_t i) {
112 MutableHandle<T> h(GetHandle<T>(pos_));
  /external/v8/src/
handles-inl.h 17 : location_(HandleScope::GetHandle(isolate, object)) {}
113 Object** HandleScope::GetHandle(Isolate* isolate, Object* value) {
  /frameworks/native/vulkan/libvulkan/
debug_report.h 62 static VkDebugReportCallbackEXT GetHandle(const Node* node) {
  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.cc 176 FunctionLibraryRuntime::Handle ProcessFunctionLibraryRuntime::GetHandle(
  /external/webrtc/webrtc/base/
thread.h 187 HANDLE GetHandle() const {
  /external/tensorflow/tensorflow/core/kernels/
tensor_array_ops.cc 53 Status GetHandle(OpKernelContext* ctx, string* container, string* ta_handle) {
78 TF_RETURN_IF_ERROR(GetHandle(ctx, &container, &ta_handle));
281 TF_RETURN_IF_ERROR(GetHandle(ctx, &container, &tensor_array_name));
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 242 /* GetHandle & FreeHandle */
243 OMX_ERRORTYPE ComponentBase::GetHandle(OMX_HANDLETYPE *pHandle,
    [all...]

Completed in 423 milliseconds