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

  /external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.cc 142 out_vector.OutParam(), &se));
335 // return of the function (converting the SerializedVarReturnValue/OutParam
411 exception.OutParam(dispatcher())));
423 exception.OutParam(dispatcher())));
434 exception.OutParam(dispatcher())));
444 exception.OutParam(dispatcher()));
456 exception.OutParam(dispatcher()));
467 exception.OutParam(dispatcher()));
486 exception.OutParam(dispatcher())));
499 exception.OutParam(dispatcher())))
    [all...]
ppp_class_proxy.cc 284 exception.OutParam(dispatcher()));
296 exception.OutParam(dispatcher()));
308 exception.OutParam(dispatcher())));
329 exception.OutParam(dispatcher()));
339 exception.OutParam(dispatcher()));
354 arg_count, args, exception.OutParam(dispatcher())));
368 ToUserData(object), arg_count, args, exception.OutParam(dispatcher())));
384 // also that we won't assert that somebody forgot to call OutParam on the
389 *exception->OutParam(dispatcher()) = PP_MakeInt32(1);
serialized_var.cc 289 std::vector<SerializedVar>* ReceiveSerializedVarVectorOutParam::OutParam() {
395 // When unset, OutParam wasn't called. We'll just leave the var untouched
408 PP_Var* SerializedVarOutParam::OutParam(Dispatcher* dispatcher) {
436 *out.OutParam(dispatcher_) = array_[i];
serialized_var_unittest.cc 47 // The "OutParam" does its work in its destructor, it will write the
57 *out_param.OutParam(plugin_dispatcher()) = plugin_object;
95 // The "OutParam" does its work in its destructor, it will write the
104 *out_param.OutParam(plugin_dispatcher()) = plugin_string;
135 // The "OutParam" does its work in its destructor, it will write the
138 *out_param.OutParam(plugin_dispatcher()) = plugin_object;
serialized_var.h 324 // Send(new MyMsg(vect.OutParam()));
333 std::vector<SerializedVar>* OutParam();
435 // MyFunction(out_param.OutParam(dispatcher()));
448 PP_Var* OutParam(Dispatcher* dispatcher);
453 // This is the value actually written by the code and returned by OutParam.
ppb_instance_proxy.cc 115 // SerializedVarReturnValue/OutParam to a SerializedVar in the destructor).
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp 189 phNfc_sData_t OutParam;
236 OutParam.buffer = Output_Buff;
239 ret = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_READ,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
381 OutParam.buffer = Output_Buff;
384 ret = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_READ,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
422 OutParam.buffer = Output_Buff;
425 ret = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_WRITE,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data);
485 phNfc_sData_t OutParam;
533 OutParam.buffer = Output_Buff;
536 status = phLibNfc_Mgt_IoCtl(gHWRef,NFC_MEM_READ,&InParam, &OutParam,com_android_nfc_jni_ioctl_callback, (void *)&cb_data)
    [all...]

Completed in 78 milliseconds