Searched refs:android (Results 76 - 100 of 739) sorted by relevance

1234567891011>>

/system/tpm/trunks/
H A Dtrunks_binder_service.cc58 android::BinderWrapper::Create();
64 if (!android::BinderWrapper::Get()->RegisterService(
65 kTrunksServiceName, android::IInterface::asBinder(binder_))) {
77 android::binder::Status TrunksBinderService::BinderServiceInternal::SendCommand(
79 const android::sp<android::trunks::ITrunksClient>& client) {
87 return android::binder::Status::ok();
90 return android::binder::Status::ok();
94 const android::sp<android
[all...]
/system/weaved/libweaved/
H A Dservice.cc25 #include "android/weave/BnWeaveClient.h"
26 #include "android/weave/BnWeaveServiceManagerNotificationListener.h"
27 #include "android/weave/IWeaveCommand.h"
28 #include "android/weave/IWeaveService.h"
29 #include "android/weave/IWeaveServiceManager.h"
110 // The client obtains a reference to weaved's android::weave::IWeaveService from
112 // android::weave::IWeaveClient with weaved via IWeaveService.
113 // WeaveClient is an implementation of android::weave::IWeaveClient binder
117 class WeaveClient : public android::weave::BnWeaveClient {
126 android
[all...]
/system/bt/service/common/bluetooth/binder/
H A DIBluetooth.h37 // /frameworks/base/core/java/android/bluetooth/IBluetooth.aidl.
41 class IBluetooth : public android::IInterface {
49 IS_ENABLED_TRANSACTION = android::IBinder::FIRST_CALL_TRANSACTION,
131 static android::sp<IBluetooth> getClientInterface();
147 const android::sp<IBluetoothCallback>& callback) = 0;
149 const android::sp<IBluetoothCallback>& callback) = 0;
153 virtual android::sp<IBluetoothLowEnergy> GetLowEnergyInterface() = 0;
154 virtual android::sp<IBluetoothGattClient> GetGattClientInterface() = 0;
155 virtual android::sp<IBluetoothGattServer> GetGattServerInterface() = 0;
163 class BnBluetooth : public android
[all...]
H A DIBluetoothGattClient.cpp22 using android::IBinder;
23 using android::interface_cast;
24 using android::Parcel;
25 using android::sp;
26 using android::status_t;
42 return android::PERMISSION_DENIED;
50 return android::NO_ERROR;
55 return android::NO_ERROR;
59 return android::NO_ERROR;
74 const android
[all...]
H A DIBluetoothLowEnergyCallback.h37 /* oneway */ class IBluetoothLowEnergyCallback : public android::IInterface {
45 ON_CLIENT_REGISTERED_TRANSACTION = android::IBinder::FIRST_CALL_TRANSACTION,
76 : public android::BnInterface<IBluetoothLowEnergyCallback> {
82 virtual android::status_t onTransact(
84 const android::Parcel& data,
85 android::Parcel* reply,
93 : public android::BpInterface<IBluetoothLowEnergyCallback> {
95 BpBluetoothLowEnergyCallback(const android::sp<android::IBinder>& impl);
/system/connectivity/shill/binder/
H A Dbinder_adaptor.h26 namespace android { namespace
34 } // android
49 const android::sp<
50 android::system::connectivity::shill::IPropertyChangedCallback>&
64 std::vector<android::sp<
65 android::system::connectivity::shill::IPropertyChangedCallback>>
H A Dservice_binder_adaptor.h25 #include "android/system/connectivity/shill/BnService.h"
29 namespace android { namespace
40 } // namespace android
52 : public android::system::connectivity::shill::BnService,
76 android::binder::Status Connect();
77 android::binder::Status GetState(int32_t* _aidl_return);
78 android::binder::Status GetStrength(int8_t* _aidl_return);
79 android::binder::Status GetError(int32_t* _aidl_return);
80 android::binder::Status RegisterPropertyChangedSignalHandler(
81 const android
[all...]
H A Dbinder_adaptor.cc23 #include "android/system/connectivity/shill/IPropertyChangedCallback.h"
26 using android::sp;
27 using android::String16;
28 using android::system::connectivity::shill::IPropertyChangedCallback;
/system/core/adb/
H A Ddiagnose_usb.cpp24 #include <android-base/stringprintf.h>
30 static const char kPermissionsHelpUrl[] = "http://developer.android.com/tools/device.html";
66 help_text += android::base::StringPrintf(" (%s)", problem);
69 return android::base::StringPrintf("%s; see [%s]", help_text.c_str(), kPermissionsHelpUrl);
78 header += android::base::StringPrintf(": %s", problem);
81 return android::base::StringPrintf("%s.\nSee [%s] for more information.",
H A Dadb_trace.h20 #include <android-base/logging.h>
21 #include <android-base/stringprintf.h>
54 VLOG(TRACE_TAG) << android::base::StringPrintf(__VA_ARGS__)
/system/core/base/
H A Dstringprintf_test.cpp17 #include "android-base/stringprintf.h"
25 EXPECT_EQ("00107e59", android::base::StringPrintf("%08zx", size));
26 EXPECT_EQ("0x00107e59", android::base::StringPrintf("0x%08zx", size));
31 android::base::StringAppendF(&s, "b");
37 android::base::StringPrintf("hello %s", "world");
45 std::string s(android::base::StringPrintf("%s", buf));
/system/core/base/include/android-base/
H A Dlogging.h33 #include "android-base/macros.h"
35 namespace android { namespace
64 explicit LogdLogger(LogId default_log_id = android::base::MAIN);
128 UNLIKELY(::android::base::severity >= ::android::base::GetMinimumLogSeverity()) && \
129 ::android::base::ErrnoRestorer() && \
130 ::android::base::LogMessage(__FILE__, __LINE__, \
131 ::android::base::dest, \
132 ::android::base::severity, -1).stream()
140 UNLIKELY(::android
[all...]
/system/bt/service/ipc/binder/
H A Dipc_handler_binder.cpp28 using android::defaultServiceManager;
29 using android::sp;
30 using android::status_t;
31 using android::String16;
48 android::sp<binder::BluetoothBinderServer> bt_server =
53 if (status != android::NO_ERROR) {
65 android::ProcessState::self()->startThreadPool();
71 // TODO(armansito): There are several methods in android::IPCThreadState that
/system/webservd/libwebserv/
H A Dbinder_server.h32 #include "android/webservd/IProtocolHandler.h"
33 #include "android/webservd/IServer.h"
46 android::BinderWrapper* binder_wrapper);
63 using RemoteServer = android::webservd::IServer;
64 using RemoteProtocolHandler = android::webservd::IProtocolHandler;
68 bool BuildLocalState(android::sp<android::IBinder> server);
74 android::BinderWrapper* binder_wrapper_;
76 android::sp<RemoteServer> remote_server_;
/system/security/keystore/
H A Dkeystore.h50 ResponseCode initializeUser(const android::String8& pw, uid_t userId);
53 ResponseCode writeMasterKey(const android::String8& pw, uid_t userId);
54 ResponseCode readMasterKey(const android::String8& pw, uid_t userId);
56 android::String8 getKeyName(const android::String8& keyName, const BlobType type);
57 android::String8 getKeyNameForUid(const android::String8& keyName, uid_t uid,
59 android::String8 getKeyNameForUidWithDir(const android::String8& keyName, uid_t uid,
75 ResponseCode list(const android
[all...]
/system/core/include/utils/
H A DFunctor.h22 namespace android { namespace
31 }; // namespace android
H A DSystemClock.h23 namespace android { namespace
29 }; // namespace android
H A Dmisc.h30 namespace android { namespace
36 }; // namespace android
/system/core/libnativebridge/tests/
H A DNativeBridgeVersion_test.cpp21 namespace android { namespace
38 } // namespace android
H A DValidNameNativeBridge_test.cpp19 namespace android { namespace
35 } // namespace android
/system/core/libpixelflinger/
H A Dscanline.h24 namespace android { namespace
30 }; // namespace android
H A Dtrap.h24 namespace android { namespace
29 }; // namespace android
/system/core/libutils/
H A DStatic.cpp20 namespace android { namespace
49 } // namespace android
/system/netd/server/
H A DDumpWriter.cpp19 #include <android-base/stringprintf.h>
22 using android::base::StringAppendV;
23 using android::String16;
24 using android::Vector;
/system/tools/aidl/
H A Dgenerate_java.h26 namespace android { namespace
37 android::aidl::java::Class* generate_binder_interface_class(
44 using Variable = ::android::aidl::java::Variable;
45 using Type = ::android::aidl::java::Type;
59 } // namespace android

Completed in 369 milliseconds

1234567891011>>