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

  /system/bt/packet/avrcp/
get_total_number_of_items.cc 57 Scope GetTotalNumberOfItemsRequest::GetScope() const {
72 ss << " ? Scope = " << GetScope() << std::endl;
play_item.cc 49 Scope PlayItemRequest::GetScope() const {
80 ss << " ? Scope = " << GetScope() << std::endl;
get_item_attributes.cc 87 Scope GetItemAttributesRequest::GetScope() const {
134 ss << " ? Scope = " << GetScope() << std::endl;
get_folder_items.cc 232 Scope GetFolderItemsRequest::GetScope() const {
294 ss << " ? Scope = " << GetScope() << std::endl;
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 901 def GetScope(self):
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 902 def GetScope(self):
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
ast.py 902 def GetScope(self):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h 340 UINT8 GetScope () {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h 251 UINT8 GetScope () {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 197 virtual HRESULT WINAPI GetScope(ULONG uIndex,ULONG *puClassNameBufSize,LPWSTR pszClass,IWbemPathKeyList **pKeyList) = 0;
230 HRESULT (WINAPI *GetScope)(IWbemPath *This,ULONG uIndex,ULONG *puClassNameBufSize,LPWSTR pszClass,IWbemPathKeyList **pKeyList);
265 #define IWbemPath_GetScope(This,uIndex,puClassNameBufSize,pszClass,pKeyList) (This)->lpVtbl->GetScope(This,uIndex,puClassNameBufSize,pszClass,pKeyList)
    [all...]

Completed in 423 milliseconds