HomeSort by relevance Sort by last modified time
    Searched refs:GetOwner (Results 1 - 25 of 26) sorted by null

1 2

  /external/libbrillo/policy/
device_policy.h 133 virtual bool GetOwner(std::string* owner) const = 0;
device_policy_impl.h 58 virtual bool GetOwner(std::string* owner) const;
mock_device_policy.h 90 MOCK_CONST_METHOD1(GetOwner, bool(std::string*));
device_policy_impl.cc 351 bool DevicePolicyImpl::GetOwner(std::string* owner) const {
  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 50 OMX_COMPONENTTYPE *GetOwner(void);
  /external/pdfium/xfa/fwl/
cfwl_widget.h 79 CFWL_Widget* GetOwner() { return m_pWidgetMgr->GetOwnerWidget(this); }
cfwl_combolist.cpp 69 CFWL_Widget* pOwner = GetOwner();
  /system/update_engine/update_manager/
real_device_policy_provider.cc 184 UpdateVariable(&var_owner_, &DevicePolicy::GetOwner);
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 142 ASSERT_TRUE(policy.GetOwner(&string_value));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsobjectmodel.h 811 virtual HRESULT STDMETHODCALLTYPE GetOwner(
838 HRESULT (STDMETHODCALLTYPE *GetOwner)(
859 #define IXpsOMShareable_GetOwner(This,owner) (This)->lpVtbl->GetOwner(This,owner)
874 return This->lpVtbl->GetOwner(This,owner);
    [all...]
bits1_5.h 124 HRESULT (WINAPI *GetOwner)(IBackgroundCopyJob2 *This,LPWSTR *pVal);
173 #define IBackgroundCopyJob2_GetOwner(This,pVal) (This)->lpVtbl->GetOwner(This,pVal)
bits2_0.h 106 HRESULT (WINAPI *GetOwner)(IBackgroundCopyJob3 *This,LPWSTR *pVal);
159 #define IBackgroundCopyJob3_GetOwner(This,pVal) (This)->lpVtbl -> GetOwner(This,pVal)
bits.h 310 virtual HRESULT WINAPI GetOwner(LPWSTR *pVal) = 0;
349 HRESULT (WINAPI *GetOwner)(IBackgroundCopyJob *This,LPWSTR *pVal);
390 #define IBackgroundCopyJob_GetOwner(This,pVal) (This)->lpVtbl->GetOwner(This,pVal)
    [all...]
xpsobjectmodel_1.h     [all...]
  /art/runtime/
monitor.h 116 Thread* GetOwner() const NO_THREAD_SAFETY_ANALYSIS {
monitor.cc 557 Thread* current_owner = (monitor != nullptr) ? monitor->GetOwner() : nullptr;
    [all...]
  /system/update_engine/
update_attempter_unittest.cc 455 EXPECT_CALL(*device_policy, GetOwner(_)).WillRepeatedly(
460 EXPECT_CALL(*device_policy, GetOwner(_)).WillRepeatedly(
    [all...]
update_attempter.cc 687 if (device_policy && (!device_policy->GetOwner(&owner) || owner.empty())) {
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 130 OMX_COMPONENTTYPE *PortBase::GetOwner(void)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 2408 milliseconds

1 2