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

  /system/bt/service/common/bluetooth/binder/
IBluetoothCallback.cpp 43 if (!data.checkInterface(this))
IBluetoothGattClientCallback.cpp 43 if (!data.checkInterface(this))
IBluetoothGattClient.cpp 41 if (!data.checkInterface(this))
IBluetoothLowEnergyCallback.cpp 48 if (!data.checkInterface(this))
IBluetoothLowEnergy.cpp 46 if (!data.checkInterface(this))
IBluetoothGattServer.cpp 43 if (!data.checkInterface(this))
IBluetoothGattServerCallback.cpp 45 if (!data.checkInterface(this))
  /frameworks/native/include/binder/
IInterface.h 108 if (!data.checkInterface(this)) { return PERMISSION_DENIED; } \
Parcel.h 88 bool checkInterface(IBinder*) const;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 251 private boolean checkInterface(@Nonnull ClassProto other) {
303 if (checkInterface((ClassProto)other)) {
311 if (((ClassProto)other).checkInterface(this)) {
    [all...]
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
ThrowingProviderBinder.java 154 if(checkInterface()) {
399 private boolean checkInterface() {
  /frameworks/native/libs/binder/
Parcel.cpp 625 bool Parcel::checkInterface(IBinder* binder) const
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 745 milliseconds