HomeSort by relevance Sort by last modified time
    Searched full:interface_name (Results 26 - 50 of 221) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/chromeos/dbus/
bluetooth_input_client.cc 22 const std::string& interface_name,
24 : dbus::PropertySet(object_proxy, interface_name, callback) {
62 const std::string& interface_name) OVERRIDE {
65 interface_name,
95 const std::string& interface_name) OVERRIDE {
103 const std::string& interface_name) OVERRIDE {
  /external/chromium_org/ppapi/cpp/
ppp_entrypoints.cc 53 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
55 return g_module_singleton->GetPluginInterface(interface_name);
57 return g_broker_get_interface(interface_name);
mouse_cursor.cc 13 template <> const char* interface_name<PPB_MouseCursor_1_0>() { function in namespace:pp::__anon9758
audio.cc 14 template <> const char* interface_name<PPB_Audio_1_0>() { function in namespace:pp::__anon9714
18 template <> const char* interface_name<PPB_Audio_1_1>() { function in namespace:pp::__anon9714
audio_config.cc 15 template <> const char* interface_name<PPB_AudioConfig_1_1>() { function in namespace:pp::__anon9715
19 template <> const char* interface_name<PPB_AudioConfig_1_0>() { function in namespace:pp::__anon9715
module.cc 162 const void* Module::GetPluginInterface(const char* interface_name) {
163 if (strcmp(interface_name, PPP_INPUT_EVENT_INTERFACE) == 0)
165 if (strcmp(interface_name, PPP_INSTANCE_INTERFACE) == 0)
167 if (strcmp(interface_name, PPP_MESSAGING_INTERFACE) == 0)
172 std::string(interface_name));
179 const void* Module::GetBrowserInterface(const char* interface_name) {
180 return get_browser_interface_(interface_name);
190 void Module::AddPluginInterface(const std::string& interface_name,
196 const void* existing_interface = GetPluginInterface(interface_name.c_str());
201 additional_interfaces_[interface_name] = vtable
    [all...]
module.h 80 /// @param[in] interface_name The module interface for the browser to get.
81 const void* GetPluginInterface(const char* interface_name);
85 /// @param[in] interface_name The browser interface for the module to get.
86 const void* GetBrowserInterface(const char* interface_name);
114 /// @param[in] interface_name The interface name that will receive a handler.
116 /// <code>interface_name</code>.
117 void AddPluginInterface(const std::string& interface_name,
fullscreen.cc 17 template <> const char* interface_name<PPB_Fullscreen_1_0>() { function in namespace:pp::__anon9748
  /external/chromium_org/ppapi/cpp/private/
flash_drm.cc 16 template <> const char* interface_name<PPB_Flash_DRM_1_0>() { function in namespace:pp::__anon9770
20 template <> const char* interface_name<PPB_Flash_DRM_1_1>() { function in namespace:pp::__anon9770
24 template <> const char* interface_name<PPB_Flash_DeviceID_1_0>() { function in namespace:pp::__anon9770
flash_fullscreen.cc 17 template <> const char* interface_name<PPB_FlashFullscreen_0_1>() { function in namespace:pp::__anon9774
21 template <> const char* interface_name<PPB_FlashFullscreen_1_0>() { function in namespace:pp::__anon9774
  /external/chromium_org/ppapi/cpp/dev/
crypto_dev.cc 15 template <> const char* interface_name<PPB_Crypto_Dev_0_1>() { function in namespace:pp::__anon9718
memory_dev.cc 15 template <> const char* interface_name<PPB_Memory_Dev>() { function in namespace:pp::__anon9726
view_dev.cc 14 template <> const char* interface_name<PPB_View_Dev>() { function in namespace:pp::__anon9740
graphics_2d_dev.cc 14 template <> const char* interface_name<PPB_Graphics2D_Dev_0_1>() { function in namespace:pp::__anon9724
18 template <> const char* interface_name<PPB_Graphics2D_Dev_0_2>() { function in namespace:pp::__anon9724
device_ref_dev.cc 13 template <> const char* interface_name<PPB_DeviceRef_Dev>() { function in namespace:pp::__anon9720
  /external/chromium_org/dbus/
object_manager.h 81 // const std::string& interface_name)
84 // object_proxy, interface_name,
146 // |object_proxy|. The D-Bus interface name |interface_name| is that passed
155 const std::string& interface_name) = 0;
159 // name |interface_name| is that passed to RegisterInterface() by the
164 // |interface_name| as appropriate. An implementation class will only
167 const std::string& interface_name) { }
171 // name |interface_name| is that passed to RegisterInterface() by the
179 const std::string& interface_name) { }
188 // interface named in |interface_name|. That object's CreateProperties(
    [all...]
exported_object.cc 30 const std::string& interface_name,
32 return interface_name + "." + method_name;
49 const std::string& interface_name,
56 GetAbsoluteMethodName(interface_name, method_name);
75 void ExportedObject::ExportMethod(const std::string& interface_name,
83 interface_name,
121 const std::string& interface_name,
127 const bool success = ExportMethodAndBlock(interface_name,
134 interface_name,
140 const std::string& interface_name,
    [all...]
exported_object.h 56 typedef base::Callback<void (const std::string& interface_name,
61 // Exports the method specified by |interface_name| and |method_name|,
70 virtual bool ExportMethodAndBlock(const std::string& interface_name,
74 // Requests to export the method specified by |interface_name| and
81 virtual void ExportMethod(const std::string& interface_name,
104 void ExportMethodInternal(const std::string& interface_name,
111 const std::string& interface_name,
  /external/chromium_org/chrome/browser/chromeos/dbus/
liveness_service_provider.cc 29 void LivenessServiceProvider::OnExported(const std::string& interface_name,
33 LOG(ERROR) << "Failed to export " << interface_name << "."
service_provider_test_helper.cc 83 const std::string& interface_name,
95 ConnectToSignal(interface_name, signal_name, _, _))
98 mock_object_proxy_->ConnectToSignal(interface_name, signal_name,
110 const std::string& interface_name,
115 on_exported_callback.Run(interface_name, method_name, true);
140 const std::string& interface_name,
145 connected_callback.Run(interface_name, signal_name, true);
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad_ppp_initialize_crash.cc 67 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
69 if (0 == std::strcmp(interface_name, PPP_INSTANCE_INTERFACE)) // Required.
  /system/core/adb/
usb_windows.c 50 char* interface_name; member in struct:usb_handle
96 usb_handle* do_usb_open(const wchar_t* interface_name);
123 if((NULL != usb->interface_name) &&
124 (0 == stricmp(usb->interface_name, dev_name))) {
152 if (known_device_locked(handle->interface_name)) {
190 usb_handle* do_usb_open(const wchar_t* interface_name) {
201 ret->adb_interface = AdbCreateInterfaceByName(interface_name);
230 ret->interface_name = (char*)malloc(name_len);
232 if (NULL != ret->interface_name) {
235 ret->interface_name,
    [all...]
  /system/core/fastboot/
usb_windows.c 62 char* interface_name; member in struct:usb_handle
73 usb_handle* do_usb_open(const wchar_t* interface_name);
91 usb_handle* do_usb_open(const wchar_t* interface_name) {
98 ret->adb_interface = AdbCreateInterfaceByName(interface_name);
127 ret->interface_name = (char*)malloc(name_len);
129 if (NULL != ret->interface_name) {
132 ret->interface_name,
235 if (NULL != handle->interface_name)
236 free(handle->interface_name);
244 handle->interface_name = NULL
    [all...]
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.cc 110 const void* PluginDispatcher::GetBrowserInterface(const char* interface_name) {
111 if (!interface_name) {
112 DLOG(WARNING) << "|interface_name| is null. Did you forget to add "
113 "the |interface_name()| template function to the interface's C++ "
118 return InterfaceList::GetInstance()->GetInterfaceForPPB(interface_name);
149 const std::string& interface_name) {
150 InterfaceMap::iterator found = plugin_interfaces_.find(interface_name);
152 const void* ret = local_get_interface()(interface_name.c_str());
153 plugin_interfaces_.insert(std::make_pair(interface_name, ret));
310 const std::string& interface_name,
    [all...]
  /external/chromium_org/content/test/
ppapi_unittest.cc 24 const void* MockGetInterface(const char* interface_name) {
25 return current_unittest->GetMockInterface(interface_name);
100 const void* PpapiUnittest::GetMockInterface(const char* interface_name) const {
101 if (strcmp(interface_name, PPP_INSTANCE_INTERFACE_1_0) == 0)

Completed in 3060 milliseconds

12 3 4 5 6 7 8 9