HomeSort by relevance Sort by last modified time
    Searched refs:CLIENT (Results 151 - 175 of 200) sorted by null

1 2 3 4 5 67 8

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
tirpc_interlevel_clnt_call_mt.c 53 CLIENT *client = NULL; local
62 //First, test initialization : create client using intermediate level API
74 client = clnt_tp_create_timed(hostname, progNum,
77 if (client == NULL) {
84 rslt = clnt_call(client, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in
tirpc_interlevel_clnt_call_performance.c 100 CLIENT *client = NULL; local
120 client = clnt_tp_create_timed(argc[1], progNum,
123 if (client == NULL) {
133 cs = clnt_call(client, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in
tirpc_interlevel_clnt_call_scalability.c 56 CLIENT *client = NULL; local
60 //First, test initialization : create client using intermediate level API
72 client = clnt_tp_create_timed(hostname, progNum,
75 if (client == NULL) {
85 clnt_call(client, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in
90 clnt_destroy(client);
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 80 void locRpcGlobalCB(CLIENT* clnt, enum rpc_reset_event event);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 80 void locRpcGlobalCB(CLIENT* clnt, enum rpc_reset_event event);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 80 void locRpcGlobalCB(CLIENT* clnt, enum rpc_reset_event event);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 80 void locRpcGlobalCB(CLIENT* clnt, enum rpc_reset_event event);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 80 void locRpcGlobalCB(CLIENT* clnt, enum rpc_reset_event event);
  /system/tools/aidl/
generate_cpp.cpp 218 case ClassNames::CLIENT:
258 const string bp_name = ClassName(interface, ClassNames::CLIENT);
400 HeaderFile(interface, ClassNames::CLIENT, false),
409 ClassName(interface, ClassNames::CLIENT),
446 // Check that the client is calling the correct interface.
613 HeaderFile(interface, ClassNames::CLIENT, false),
650 const string bp_name = ClassName(interface, ClassNames::CLIENT);
679 BuildHeaderGuard(interface, ClassNames::CLIENT),
794 case ClassNames::CLIENT:
864 ClassNames::CLIENT) ||
    [all...]
  /external/autotest/frontend/afe/
rpc_utils_unittest.py 13 from autotest_lib.client.common_lib import control_data
45 control_data.CONTROL_TYPE.CLIENT))
46 self.assertFalse(rpc_utils._check_is_server_test('Client'))
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
tirpc_bottomlevel_clnt_call_scalability.c 57 CLIENT *client = NULL; local
98 client = clnt_dg_create(RPC_ANYFD, &svcaddr,
101 if (client == NULL) {
108 clnt_call(client, PROCNUM,
113 clnt_destroy(client);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
tirpc_expertlevel_clnt_call_scalability.c 57 CLIENT *client = NULL; local
94 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr,
97 if (client == NULL) {
103 clnt_call(client, PROCNUM,
108 clnt_destroy(client);
  /external/python/cpython2/Modules/
nismodule.c 331 nisproc_maplist_2(domainname *argp, CLIENT *clnt)
351 CLIENT *cl;
  /external/python/cpython3/Modules/
nismodule.c 337 nisproc_maplist_2(domainname *argp, CLIENT *clnt)
357 CLIENT *cl;
  /external/autotest/cli/
host_unittest.py 16 from autotest_lib.client.common_lib import control_data
18 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT
    [all...]
  /hardware/interfaces/graphics/composer/2.1/
IComposerClient.hal 47 * Instructs the client to provide a new client target buffer, even if
48 * no layers are marked for client composition.
53 * Instructs the client to write the result of client composition
55 * layers are not marked as Composition::CLIENT or the given display
64 * The client must clear its target with transparent pixels where
65 * this layer would be. The client may ignore this request if the
90 * updates from the client. This is effectively a hint to the device
137 * The client must composite this layer into the client target buffe
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_rpc_glue.c 80 CLIENT* loc_api_clnt = NULL;
89 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)
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");
333 LOC_LOGW("Client already opened service (callback=%p)...\n"
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_rpc_glue.c 80 CLIENT* loc_api_clnt = NULL;
89 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)
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");
333 LOC_LOGW("Client already opened service (callback=%p)...\n"
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_rpc_glue.c 80 CLIENT* loc_api_clnt = NULL;
89 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)
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");
333 LOC_LOGW("Client already opened service (callback=%p)...\n"
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_rpc_glue.c 80 CLIENT* loc_api_clnt = NULL;
89 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)
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");
333 LOC_LOGW("Client already opened service (callback=%p)...\n"
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_rpc_glue.c 80 CLIENT* loc_api_clnt = NULL;
89 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)
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");
333 LOC_LOGW("Client already opened service (callback=%p)...\n"
    [all...]
  /external/ltp/testcases/network/rpc/basic_tests/rpc01/
rpc1.c 32 CLIENT *clnt;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_rpc_glue.c 77 CLIENT* loc_api_clnt = NULL;
81 loc_event_cb_f_type *loc_api_saved_cb = NULL; /* the only callback of Loc API client */
151 Initiates the RPC client
163 LOGD("Trying to create RPC client...\n");
169 fprintf(stderr, "Error: cannot create RPC client.\n");
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_rpc_glue.c 77 CLIENT* loc_api_clnt = NULL;
81 loc_event_cb_f_type *loc_api_saved_cb = NULL; /* the only callback of Loc API client */
151 Initiates the RPC client
163 LOGD("Trying to create RPC client...\n");
169 fprintf(stderr, "Error: cannot create RPC client.\n");
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_rpc_glue.c 77 CLIENT* loc_api_clnt = NULL;
81 loc_event_cb_f_type *loc_api_saved_cb = NULL; /* the only callback of Loc API client */
151 Initiates the RPC client
163 LOGD("Trying to create RPC client...\n");
169 fprintf(stderr, "Error: cannot create RPC client.\n");

Completed in 1701 milliseconds

1 2 3 4 5 67 8