Home
last modified time | relevance | path

Searched refs:owned_ (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/rtc_base/
Dstream.cc76 : stream_(stream), owned_(owned) { in StreamAdapterInterface()
107 if (owned_) in Attach()
110 owned_ = owned; in Attach()
124 if (owned_) in ~StreamAdapterInterface()
Dstream.h175 bool owned_; variable
Dthread.cc750 owned_ = true; in Start()
862 return owned_; in PreRun()
1045 return (owned_ || IsCurrent()) && !IsQuitting(); in PreRun()
1099 owned_ = false; in PreRun()
Dthread.h613 bool owned_ = true; variable
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_texture.cc31 texture.bytes_size_, texture.layer_, texture.owned_) { in GlTexture()
32 texture.owned_ = false; in GlTexture()
43 owned_ = texture.owned_; in operator =()
45 texture.owned_ = false; in operator =()
55 if (owned_ && id_ != GL_INVALID_INDEX) { in Invalidate()
Dgl_texture.h49 owned_(owned) {} in GlTexture()
85 bool has_ownership() const { return owned_; } in has_ownership()
97 bool owned_; variable
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_set_test.cc45 owned_.emplace_back(d); in AddDevice()
58 std::vector<std::unique_ptr<Device>> owned_; member in tensorflow::__anon7d5d833d0111::DeviceSetTest
/external/tensorflow/tensorflow/core/lib/io/
Dblock.h44 bool owned_; // Block owns data_[] variable
Dblock.cc37 owned_(contents.heap_allocated) { in Block()
52 if (owned_) { in ~Block()