/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 | 216 case ClassNames::CLIENT: 256 const string bp_name = ClassName(interface, ClassNames::CLIENT); 391 HeaderFile(interface, ClassNames::CLIENT, false), 400 ClassName(interface, ClassNames::CLIENT), 436 // Check that the client is calling the correct interface. 590 HeaderFile(interface, ClassNames::CLIENT, false), 627 const string bp_name = ClassName(interface, ClassNames::CLIENT); 656 BuildHeaderGuard(interface, ClassNames::CLIENT), 766 case ClassNames::CLIENT: 836 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'))
|
rpc_interface_unittest.py | 9 from autotest_lib.client.common_lib import control_data 10 from autotest_lib.client.common_lib import error 11 from autotest_lib.client.common_lib import global_config 12 from autotest_lib.client.common_lib import priorities 13 from autotest_lib.client.common_lib.cros import dev_server 14 from autotest_lib.client.common_lib.test_utils import mock 28 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT 108 control_type=CLIENT, 120 control_type=CLIENT, [all...] |
/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/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
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);
|
/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;
|
/frameworks/native/services/vr/hardware_composer/impl/ |
vr_hwc.cpp | 153 if (layers_[i].composition_type != IComposerClient::Composition::CLIENT) { 155 types->push_back(IComposerClient::Composition::CLIENT); 156 layers_[i].composition_type = IComposerClient::Composition::CLIENT; 175 if (layer.composition_type == IComposerClient::Composition::CLIENT) { 180 ALOGE("Client composition requested but no client target buffer"); 820 sp<VrComposerClient> client; local 822 client = new VrComposerClient(*this); 823 client->initialize(); 825 ALOGE("Already have a client"); [all...] |
/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");
|
/hardware/qcom/gps/msm8084/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/msm8994/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/msm8994/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");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
nislib.h | 260 CLIENT *clnt; /* RPC CLIENT handle */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
nislib.h | 260 CLIENT *clnt; /* RPC CLIENT handle */
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
X509KeyManagerTest.java | 24 private static final String CLIENT = "CLIENT"; [all...] |