Searched refs:getDriverName (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/libs/binder/ |
D | IServiceManager.cpp | 99 … ALOGE("Waiting 1s on context object on %s.", ProcessState::self()->getDriverName().c_str()); in defaultServiceManager() 222 strcmp(ProcessState::self()->getDriverName().c_str(), "/dev/vndbinder") == 0; in getService() 239 ProcessState::self()->getDriverName().c_str()); in getService() 249 String8(name).string(), ProcessState::self()->getDriverName().c_str(), in getService()
|
D | ProcessState.cpp | 114 LOG_ALWAYS_FATAL_IF(gProcess->getDriverName() != driver, in init() 117 gProcess->getDriverName().c_str(), driver); in init() 359 String8 ProcessState::getDriverName() { in getDriverName() function in android::ProcessState
|
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
D | NfcAdapterExtras.java | 246 public String getDriverName() { in getDriverName() method in NfcAdapterExtras 248 return sService.getDriverName(mPackageName); in getDriverName()
|
/frameworks/base/core/java/android/nfc/ |
D | INfcAdapterExtras.aidl | 39 String getDriverName(in String pkg); in getDriverName() method
|
/frameworks/native/include/binder/ |
D | ProcessState.h | 70 String8 getDriverName();
|
/frameworks/native/libs/binder/include/binder/ |
D | ProcessState.h | 70 String8 getDriverName();
|
/frameworks/base/nfc-extras/api/ |
D | current.txt | 38 method public String getDriverName();
|
/frameworks/rs/ |
D | rsContext.h | 284 const char * getDriverName() { in getDriverName() function
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScriptGroup2.cpp | 539 getCpuRefImpl()->getContext()->getDriverName(), cacheDir, resName, in compile()
|
D | rsCpuScript.cpp | 399 mCtx->getContext()->getDriverName(), cacheDir, resName, reuse, in init()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 46052 method public abstract java.lang.String getDriverName() throws java.sql.SQLException;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 67327 method public String getDriverName() throws java.sql.SQLException;
|
/frameworks/base/api/ |
D | current.txt | 67471 method public String getDriverName() throws java.sql.SQLException;
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 47896 Landroid/nfc/INfcAdapterExtras$Stub$Proxy;->getDriverName(Ljava/lang/String;)Ljava/lang/String;
|