HomeSort by relevance Sort by last modified time
    Searched refs:CFReleaser (Results 1 - 11 of 11) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
CFUtils.h 27 class CFReleaser
34 CFReleaser(T ptr = NULL) : _ptr(ptr) { }
35 CFReleaser(const CFReleaser& copy) : _ptr(copy.get())
40 virtual ~CFReleaser() { reset(); }
43 CFReleaser& operator= (const CFReleaser<T>& copy)
CFBundle.h 19 class CFBundle : public CFReleaser<CFBundleRef>
40 CFReleaser<CFURLRef> m_bundle_url;
CFData.cpp 20 CFReleaser<CFDataRef>(data)
29 CFReleaser<CFDataRef>(rhs)
77 CFReleaser<CFWriteStreamRef> stream (::CFWriteStreamCreateWithAllocatedBuffers (alloc, alloc));
CFData.h 19 class CFData : public CFReleaser<CFDataRef>
CFBundle.cpp 21 CFReleaser<CFBundleRef>(),
32 CFReleaser<CFBundleRef>(rhs),
63 reset(); // This class is a CFReleaser<CFBundleRef>
CFString.cpp 22 CFReleaser<CFStringRef> (s)
30 CFReleaser<CFStringRef> (rhs)
47 CFReleaser<CFStringRef> ()
CFString.h 20 class CFString : public CFReleaser<CFStringRef>
MachProcess.cpp 53 CFReleaser<CFArrayRef> appIdsForPID (::SBSCopyDisplayIdentifiersForProcessID(pid));
    [all...]
MachTask.cpp 700 CFReleaser<SBSWatchdogAssertionRef> watchdog;
    [all...]
  /external/lldb/tools/debugserver/source/
RNBServices.cpp 72 CFReleaser<CFMutableDictionaryRef> appInfoDict (::CFDictionaryCreateMutable (alloc, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
76 CFReleaser<CFNumberRef> pidCFNumber (::CFNumberCreate (alloc, kCFNumberSInt32Type, &pid_int32));
129 CFReleaser<CFMutableArrayRef> plistMutableArray (::CFArrayCreateMutable (alloc, 0, &kCFTypeArrayCallBacks));
143 CFReleaser<CFStringRef> sbsFrontAppID (::SBSCopyFrontmostApplicationDisplayIdentifier ());
144 CFReleaser<CFArrayRef> sbsAppIDs (::SBSCopyApplicationDisplayIdentifiers (opt_runningApps, opt_debuggable));
154 CFReleaser<CFMutableDictionaryRef> appInfoDict (::CFDictionaryCreateMutable (alloc, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
160 CFReleaser<CFNumberRef> pidCFNumber (::CFNumberCreate (alloc, kCFNumberSInt32Type, &pid));
171 CFReleaser<CFStringRef> executablePath (::SBSCopyExecutablePathForDisplayIdentifier (displayIdentifier));
177 CFReleaser<CFStringRef> iconImagePath (::SBSCopyIconImagePathForDisplayIdentifier (displayIdentifier)) ;
183 CFReleaser<CFStringRef> localizedDisplayName (::SBSCopyLocalizedApplicationNameForDisplayIdentifier (displayI (…)
    [all...]
DNB.cpp     [all...]

Completed in 745 milliseconds