Searched defs:owner_ (Results 1 - 25 of 38) sorted by relevance

12

/external/libchrome/dbus/
H A Dfile_descriptor.h46 FileDescriptor() : value_(-1), owner_(false), valid_(false) {}
47 explicit FileDescriptor(int value) : value_(value), owner_(false),
65 owner_ = true;
81 bool owner_; member in class:dbus::FileDescriptor
/external/parameter-framework/asio/include/asio/detail/
H A Dservice_registry.hpp125 asio::io_service& owner_; member in class:asio::detail::service_registry
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dservice_registry.hpp125 asio::io_service& owner_; member in class:asio::detail::service_registry
/external/parameter-framework/asio/include/asio/
H A Dio_service.hpp691 asio::io_service& owner_; member in class:asio::io_service::service
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dio_service.hpp691 asio::io_service& owner_; member in class:asio::io_service::service
/external/webrtc/webrtc/video/
H A Dencoder_state_feedback.cc27 : owner_(owner) {}
32 owner_->OnReceivedIntraFrameRequest(ssrc);
35 owner_->OnReceivedSLI(ssrc, picture_id);
38 owner_->OnReceivedRPSI(ssrc, picture_id);
42 owner_->OnLocalSsrcChanged(old_ssrc, new_ssrc);
46 EncoderStateFeedback* owner_; member in class:webrtc::EncoderStateFeedbackObserver
H A Dcall_stats.cc76 explicit RtcpObserver(CallStats* owner) : owner_(owner) {}
80 owner_->OnRttUpdate(rtt);
85 return owner_->avg_rtt_ms();
89 CallStats* owner_; member in class:webrtc::RtcpObserver
H A Dvie_encoder.cc94 : owner_(owner) {
101 owner_->OnNetworkChanged(bitrate_bps, fraction_lost, rtt);
104 ViEEncoder* owner_; member in class:webrtc::ViEBitrateObserver
H A Dvie_channel.cc50 explicit ChannelStatsObserver(ViEChannel* owner) : owner_(owner) {}
55 owner_->OnRttUpdate(avg_rtt_ms, max_rtt_ms);
59 ViEChannel* const owner_; member in class:webrtc::ChannelStatsObserver
64 explicit ViEChannelProtectionCallback(ViEChannel* owner) : owner_(owner) {}
74 return owner_->ProtectionRequest(delta_fec_params, key_fec_params,
79 ViEChannel* owner_; member in class:webrtc::ViEChannelProtectionCallback
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h81 : opaque_storage_ {0, }, owner_(0) {}
89 uptr owner_; // for debugging member in class:__sanitizer::BlockingMutex
/external/libmojo/mojo/public/cpp/bindings/
H A Dinterface_endpoint_client.h121 InterfaceEndpointClient* const owner_; member in class:mojo::InterfaceEndpointClient::HandleIncomingMessageThunk
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dvalidation_unittest.cc240 : owner_(owner),
253 ValidationIntegrationTest* owner_; member in class:mojo::test::__anon11068::ValidationIntegrationTest::TestMessageReceiver
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.h131 SourceTreeDescriptorDatabase* owner_; member in class:google::protobuf::compiler::SourceTreeDescriptorDatabase::ValidationErrorCollector
/external/v8/src/profiler/
H A Dsampling-heap-profiler.h56 Sample(size_t size_, AllocationNode* owner_, Local<Value> local_, argument
59 owner(owner_),
/external/webp/src/mux/
H A Dmuxi.h37 int owner_; // True if *data_ memory is owned internally. member in struct:WebPChunk
/external/webrtc/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.cc25 : owner_(owner) {
31 owner_->OnReceivedEstimatedBitrate(bitrate);
70 owner_->OnReceivedRtcpReceiverReport(fraction_lost_aggregate, rtt,
76 BitrateControllerImpl* owner_; member in class:webrtc::BitrateControllerImpl::RtcpBandwidthObserverImpl
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dtransport_feedback_adapter_unittest.cc61 : owner_(owner) {}
64 owner_->receiver_estimated_bitrate_ = bitrate;
73 TransportFeedbackAdapterTest* const owner_; member in class:webrtc::test::TransportFeedbackAdapterTest::RtcpBandwidthObserverAdapter
/external/webrtc/webrtc/base/
H A Dstream.h557 Thread* owner_; // stream callbacks are dispatched on this thread member in class:rtc::FifoBuffer
/external/webrtc/webrtc/p2p/base/
H A Dstun.h328 owner_ = owner;
335 StunMessage* owner_; member in class:cricket::StunXorAddressAttribute
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1222 owner_ = pthread_self();
1227 // We don't protect writing to owner_ here, as it's the caller's
1230 owner_ = 0;
1237 GTEST_CHECK_(owner_ == pthread_self())
1248 pthread_t owner_; // The thread holding the mutex; 0 means no one holds it. member in class:testing::internal::MutexBase
1265 owner_ = 0;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h983 owner_ = pthread_self();
988 // We don't protect writing to owner_ here, as it's the caller's
991 owner_ = 0;
998 GTEST_CHECK_(owner_ == pthread_self())
1009 pthread_t owner_; // The thread holding the mutex; 0 means no one holds it. member in class:testing::internal::MutexBase
1026 owner_ = 0;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1214 owner_ = pthread_self();
1219 // We don't protect writing to owner_ here, as it's the caller's
1222 owner_ = 0;
1229 GTEST_CHECK_(owner_ == pthread_self())
1240 pthread_t owner_; // The thread holding the mutex; 0 means no one holds it. member in class:testing::internal::MutexBase
1257 owner_ = 0;
/external/v8/src/compiler/
H A Descape-analysis.cc144 owner_(owner) {}
152 owner_(owner) {}
161 owner_(owner) {
177 VirtualState* owner() const { return owner_; }
229 VirtualState* owner_; member in class:v8::internal::compiler::VirtualObject
258 owner_(owner) {}
264 owner_(owner) {
278 Node* owner() const { return owner_; }
289 Node* owner_; member in class:v8::internal::compiler::VirtualState
/external/v8/tools/gcmole/
H A Dgcmole.cc950 owner_(owner) {
951 parent_ = owner_->EnterBlock(this);
955 owner_->LeaveBlock(parent_);
985 Environment a_out = owner_->VisitStmt(a, in());
986 Environment b_out = owner_->VisitStmt(b, a_out);
987 Environment c_out = owner_->VisitStmt(c, b_out);
992 Environment a_out = owner_->VisitStmt(a, in());
993 Environment b_out = owner_->VisitStmt(b, a_out);
1012 FunctionAnalyzer* owner_; member in class:__anon23614::FunctionAnalyzer::Block
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1249 owner_ = pthread_self();
1255 // Since the lock is being released the owner_ field should no longer be
1266 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
1277 // has_owner_ indicates whether the owner_ field below contains a valid thread
1279 // accesses to the owner_ field should be protected by a check of this field.
1280 // An alternative might be to memset() owner_ to all zeros, but there's no
1284 pthread_t owner_; // The thread holding the mutex. member in class:testing::internal::MutexBase
1294 // particular, the owner_ field (a pthread_t) is not explicitly initialized.

Completed in 735 milliseconds

12