HomeSort by relevance Sort by last modified time
    Searched full:ifaceptr (Results 1 - 4 of 4) sorted by null

  /system/libhidl/transport/include/hidl/
HidlBinderSupport.h 311 IType *ifacePtr = iface.get();
312 if (ifacePtr == nullptr) {
315 if (ifacePtr->isRemote()) {
317 static_cast<BpInterface<IType>*>(ifacePtr));
319 std::string myDescriptor = details::getDescriptor(ifacePtr);
328 wp<BHwBinder> wBnObj = details::gBnMap.getLocked(ifacePtr, nullptr);
337 sBnObj = sp<IBinder>(func(static_cast<void*>(ifacePtr)));
340 details::gBnMap.setLocked(ifacePtr, static_cast<BHwBinder*>(sBnObj.get()));
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 385 func ifaceptr(x interface{}) interface{} { func
568 {Value: ifaceptr(true), MarshalOnly: true, ExpectXML: `<bool>true</bool>`},
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 385 func ifaceptr(x interface{}) interface{} { func
568 {Value: ifaceptr(true), MarshalOnly: true, ExpectXML: `<bool>true</bool>`},
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 538 milliseconds