Searched defs:client (Results 1 - 25 of 58) sorted by relevance

123

/hardware/libhardware/include/hardware/
H A Dbt_gatt.h35 const btgatt_client_callbacks_t* client; member in struct:__anon1129
57 /** Pointer to the GATT client interface methods.*/
58 const btgatt_client_interface_t* client; member in struct:__anon1130
/hardware/intel/common/libva/test/common/
H A Dva_display_android.cpp36 static sp<SurfaceComposerClient> client = NULL; variable
53 client = new SurfaceComposerClient();
55 surface_ctr = client->createSurface(
/hardware/qcom/display/msm8226/libqservice/
H A DQService.cpp52 void QService::connect(const sp<qClient::IQClient>& client) { argument
53 ALOGD_IF(QSERVICE_DEBUG,"client connected");
54 mClient = client;
H A DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { argument
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect client", __FUNCTION__);
51 data.writeStrongBinder(IInterface::asBinder(client));
101 sp<IQClient> client = local
103 connect(client);
/hardware/qcom/display/msm8909/libqservice/
H A DQService.cpp52 void QService::connect(const sp<qClient::IQClient>& client) { argument
53 ALOGD_IF(QSERVICE_DEBUG,"client connected");
54 mClient = client;
H A DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { argument
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect client", __FUNCTION__);
51 data.writeStrongBinder(IInterface::asBinder(client));
101 sp<IQClient> client = local
103 connect(client);
/hardware/qcom/display/msm8960/libqservice/
H A DQService.cpp62 void QService::connect(const sp<qClient::IQClient>& client) { argument
63 mClient = client;
H A DIQService.cpp60 virtual void connect(const sp<IQClient>& client) { argument
63 data.writeStrongBinder(IInterface::asBinder(client));
129 sp<IQClient> client = local
131 connect(client);
/hardware/qcom/display/msm8994/libqservice/
H A DQService.cpp52 void QService::connect(const sp<qClient::IQClient>& client) { argument
53 ALOGD_IF(QSERVICE_DEBUG,"client connected");
54 mClient = client;
H A DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { argument
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect client", __FUNCTION__);
51 data.writeStrongBinder(IInterface::asBinder(client));
101 sp<IQClient> client = local
103 connect(client);
/hardware/qcom/display/msm8996/hdmi_cec/
H A DQHDMIClient.cpp57 void QHDMIClient::registerClient(sp<QHDMIClient>& client) argument
61 binder->linkToDeath(client);
63 mQService->connect(interface_cast<IQHDMIClient>(client));
/hardware/qcom/display/msm8998/hdmi_cec/
H A DQHDMIClient.cpp57 void QHDMIClient::registerClient(sp<QHDMIClient>& client) argument
61 binder->linkToDeath(client);
63 mQService->connect(interface_cast<IQHDMIClient>(client));
/hardware/qcom/display/msm8084/libqservice/
H A DQService.cpp50 void QService::connect(const sp<qClient::IQClient>& client) { argument
51 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
52 mClient = client;
55 void QService::connect(const sp<qClient::IQHDMIClient>& client) { argument
56 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
57 mHDMIClient = client;
75 ALOGE("%s: Failed to get a valid HDMI client", __FUNCTION__);
84 ALOGE("%s: Failed to get a valid HDMI client", __FUNCTION__);
H A DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { argument
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HWC client", __FUNCTION__);
51 data.writeStrongBinder(IInterface::asBinder(client));
55 virtual void connect(const sp<IQHDMIClient>& client) { argument
56 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HDMI client", __FUNCTION__);
59 data.writeStrongBinder(IInterface::asBinder(client));
110 sp<IQClient> client = local
112 connect(client);
122 sp<IQHDMIClient> client = local
124 connect(client);
[all...]
/hardware/qcom/display/msm8996/libqservice/
H A DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { argument
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HWC client", __FUNCTION__);
51 data.writeStrongBinder(IInterface::asBinder(client));
55 virtual void connect(const sp<IQHDMIClient>& client) { argument
56 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HDMI client", __FUNCTION__);
59 data.writeStrongBinder(IInterface::asBinder(client));
104 sp<IQClient> client = local
106 connect(client);
115 sp<IQHDMIClient> client = local
117 connect(client);
[all...]
H A DQService.cpp52 void QService::connect(const sp<qClient::IQClient>& client) { argument
53 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
54 mClient = client;
57 void QService::connect(const sp<qClient::IQHDMIClient>& client) { argument
58 ALOGD_IF(QSERVICE_DEBUG,"HDMI client connected");
59 mHDMIClient = client;
85 ALOGW("%s: Failed to get a valid HDMI client", __FUNCTION__);
94 ALOGW("%s: Failed to get a valid HDMI client", __FUNCTION__);
/hardware/qcom/display/msm8998/libqservice/
H A DIQService.cpp47 virtual void connect(const sp<IQClient>& client) { argument
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HWC client", __FUNCTION__);
51 data.writeStrongBinder(IInterface::asBinder(client));
55 virtual void connect(const sp<IQHDMIClient>& client) { argument
56 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HDMI client", __FUNCTION__);
59 data.writeStrongBinder(IInterface::asBinder(client));
106 sp<IQClient> client = local
108 connect(client);
117 sp<IQHDMIClient> client = local
119 connect(client);
[all...]
H A DQService.cpp52 void QService::connect(const sp<qClient::IQClient>& client) { argument
53 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
54 mClient = client;
57 void QService::connect(const sp<qClient::IQHDMIClient>& client) { argument
58 ALOGD_IF(QSERVICE_DEBUG,"HDMI client connected");
59 mHDMIClient = client;
85 ALOGW("%s: Failed to get a valid HDMI client", __FUNCTION__);
94 ALOGW("%s: Failed to get a valid HDMI client", __FUNCTION__);
/hardware/qcom/power/
H A Dpower.c66 pid_t client; local
74 client = getpid();
77 snprintf(data, MAX_LENGTH, "2:%d", client);
80 snprintf(data, MAX_LENGTH, "3:%d", client);
92 pid_t client; local
100 client = getpid();
103 snprintf(data, MAX_LENGTH, "5:%d", client);
106 snprintf(data, MAX_LENGTH, "6:%d", client);
149 pid_t client; local
157 client
[all...]
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DSubscriptionManager.h65 inline void addOrUpdate(const sp<HalClient> &client) { argument
66 SortedVector::add(client);
77 sp<HalClient> client; member in struct:android::hardware::automotive::vehicle::V2_0::HalClientValues
91 * more client subscribed to particular property.
133 void addClientToPropMapLocked(int32_t propId, const sp<HalClient>& client);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DSubscriptionManager.cpp110 const sp<HalClient>& client = getOrCreateHalClientLocked(clientId, callback); local
111 if (client.get() == nullptr) {
118 client->addOrUpdateSubscription(opts);
120 addClientToPropMapLocked(opts.propId, client);
144 for (const auto& client : clients) {
145 clientValuesMap[client].push_back(v);
153 .client = entry.first,
174 const auto& client = propClients->itemAt(i); local
175 if (client->isSubscribed(propId, area, flags)) {
176 subscribedClients.push_back(client);
205 addClientToPropMapLocked( int32_t propId, const sp<HalClient> &client) argument
238 sp<HalClient> client = new HalClient(callback); local
254 auto client = clientIter->second; local
[all...]
/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.h40 client, enumerator in enum:bufferOwner
125 oBuffers->editItemAt(i).owner = client;
140 iBuffers->editItemAt(i).owner = client;
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c89 rpc_loc_client_handle_type handle; /* stores handle for client closing */
245 static void loc_api_glue_rpc_cb(CLIENT* client, enum rpc_reset_event event) argument
250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event);
260 Initiates the RPC client
284 LOC_LOGV("Trying to create RPC client...\n");
290 LOC_LOGE("Error: cannot create RPC client.\n");
300 LOC_LOGD("Loc API RPC client initialized.\n");
363 EXIT_LOG_CALLFLOW(%s, "loc client open");
400 EXIT_LOG_CALLFLOW(%s, "loc client close");
412 /* Clean the client'
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c89 rpc_loc_client_handle_type handle; /* stores handle for client closing */
245 static void loc_api_glue_rpc_cb(CLIENT* client, enum rpc_reset_event event) argument
250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event);
260 Initiates the RPC client
284 LOC_LOGV("Trying to create RPC client...\n");
290 LOC_LOGE("Error: cannot create RPC client.\n");
300 LOC_LOGD("Loc API RPC client initialized.\n");
363 EXIT_LOG_CALLFLOW(%s, "loc client open");
400 EXIT_LOG_CALLFLOW(%s, "loc client close");
412 /* Clean the client'
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c89 rpc_loc_client_handle_type handle; /* stores handle for client closing */
245 static void loc_api_glue_rpc_cb(CLIENT* client, enum rpc_reset_event event) argument
250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event);
260 Initiates the RPC client
284 LOC_LOGV("Trying to create RPC client...\n");
290 LOC_LOGE("Error: cannot create RPC client.\n");
300 LOC_LOGD("Loc API RPC client initialized.\n");
363 EXIT_LOG_CALLFLOW(%s, "loc client open");
400 EXIT_LOG_CALLFLOW(%s, "loc client close");
412 /* Clean the client'
[all...]

Completed in 1419 milliseconds

123