Searched defs:interface (Results 1 - 18 of 18) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
H A Dpv_omx_interface.cpp51 // safely unloaded and reloaded when the proxy interface
74 // function to obtain the interface object from the shared library
81 OSCL_EXPORT_REF void PVReleaseInterface(void* interface) argument
83 PVOMXInterface* pInterface = (PVOMXInterface*)interface;
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp44 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) argument
46 delete interface;
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dcore_interface.cpp54 // TODO(user): Have a single structure handle carries all the interface pointers.
58 CoreInterface **interface, uint32_t client_version) {
60 interface, client_version);
67 CoreInterface **interface, uint32_t client_version) {
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
109 *interface = core_impl;
110 DLOGI("Open interface handle = %p", *interface);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
63 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, SocketHandler *socket_handler, CoreInterface **interface, uint32_t client_version) argument
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dcore_interface.cpp54 // TODO(user): Have a single structure handle carries all the interface pointers.
58 CoreInterface **interface, uint32_t client_version) {
60 interface, client_version);
67 CoreInterface **interface, uint32_t client_version) {
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
109 *interface = core_impl;
110 DLOGI("Open interface handle = %p", *interface);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
63 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, SocketHandler *socket_handler, CoreInterface **interface, uint32_t client_version) argument
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcore_interface.cpp54 // TODO(user): Have a single structure handle carries all the interface pointers.
58 CoreInterface **interface, uint32_t client_version) {
61 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
100 *interface = core_impl;
101 DLOGI("Open interface handle = %p", *interface);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dcore_interface.cpp54 // TODO(user): Have a single structure handle carries all the interface pointers.
58 CoreInterface **interface, uint32_t client_version) {
60 interface, client_version);
67 CoreInterface **interface, uint32_t client_version) {
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
109 *interface = core_impl;
110 DLOGI("Open interface handle = %p", *interface);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
63 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, SocketHandler *socket_handler, CoreInterface **interface, uint32_t client_version) argument
/hardware/intel/common/libva/test/common/
H A Dva_display_wayland.c52 const char *interface,
58 if (strcmp(interface, "wl_compositor") == 0)
61 else if (strcmp(interface, "wl_shell") == 0)
48 registry_handle_global( void *data, struct wl_registry *registry, uint32_t id, const char *interface, uint32_t version ) argument
/hardware/intel/common/libva/va/wayland/
H A Dva_wayland_emgd.c95 const char *interface,
101 if (strcmp(interface, "wl_emgd") == 0) {
91 registry_handle_global( void *data, struct wl_registry *registry, uint32_t id, const char *interface, uint32_t version ) argument
H A Dva_wayland_drm.c151 const char *interface,
157 if (strcmp(interface, "wl_drm") == 0) {
147 registry_handle_global( void *data, struct wl_registry *registry, uint32_t id, const char *interface, uint32_t version ) argument
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c182 const char *interface,
188 if (strcmp(interface, "wl_compositor") == 0)
191 else if (strcmp(interface, "wl_shell") == 0)
178 registry_handle_global( void *data, struct wl_registry *registry, uint32_t id, const char *interface, uint32_t version ) argument
/hardware/google/av/codec2/hidl/1.0/utils/
H A DComponentStore.cpp199 sp<IComponentInterface> interface; local
202 interface = new ComponentInterface(c2interface, this);
204 _hidl_cb((Status)res, interface);
238 // invalidate unsupported struct descriptors if a new interface is loaded as it may have
344 out << indent << "Unknown -- null interface" << std::endl;
/hardware/google/av/media/v4l2store/
H A DC2VDAComponentStore.cpp36 std::shared_ptr<C2ComponentInterface>* const interface) override;
86 c2_node_id_t id, std::shared_ptr<C2ComponentInterface>* interface,
199 ALOGE("failed to create interface: %d", res);
206 // TODO: get this from interface properly.
213 ALOGE("failed to query interface: %d", res);
217 ALOGE("failed to query interface: unexpected vector size: %zu", params.size());
250 c2_node_id_t id, std::shared_ptr<C2ComponentInterface>* interface,
253 interface->reset();
257 return mComponentFactory->createInterface(id, interface,
337 C2String name, std::shared_ptr<C2ComponentInterface>* const interface) {
249 createInterface( c2_node_id_t id, std::shared_ptr<C2ComponentInterface>* interface, std::function<void(::C2ComponentInterface*)> deleter) argument
336 createInterface( C2String name, std::shared_ptr<C2ComponentInterface>* const interface) argument
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.cpp258 AudioStreamOutDump::AudioStreamOutDump(AudioDumpInterface *interface, argument
265 : mInterface(interface), mId(id),
419 AudioStreamInDump::AudioStreamInDump(AudioDumpInterface *interface, argument
426 : mInterface(interface), mId(id),
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c255 effect_handle_t *interface)
258 *interface = (effect_handle_t)&effect->itfe;
290 effect_handle_t *interface)
307 status = effect_create(&session->effects[id], session, interface);
667 // effect_handle_t interface implementation for effect
718 static int lib_release(effect_handle_t interface) argument
723 ALOGV("lib_release %p", interface);
727 struct effect_s *fx = (struct effect_s *)interface;
253 effect_create(struct effect_s *effect, struct session_s *session, effect_handle_t *interface) argument
288 session_create_effect(struct session_s *session, int32_t id, effect_handle_t *interface) argument
/hardware/libhardware/modules/radio/
H A Dradio_hw.c88 struct radio_tuner interface; member in struct:stub_radio_tuner
689 rdev->tuner->interface.set_configuration = tuner_set_configuration;
690 rdev->tuner->interface.get_configuration = tuner_get_configuration;
691 rdev->tuner->interface.scan = tuner_scan;
692 rdev->tuner->interface.step = tuner_step;
693 rdev->tuner->interface.tune = tuner_tune;
694 rdev->tuner->interface.cancel = tuner_cancel;
695 rdev->tuner->interface.get_program_information = tuner_get_program_information;
713 *tuner = &rdev->tuner->interface;
/hardware/google/av/codec2/hidl/client/
H A Dclient.cpp482 std::shared_ptr<Codec2Client::Interface>* const interface) {
486 [&status, interface](
495 *interface = std::make_shared<Codec2Client::Interface>(i);
696 std::shared_ptr<Interface> interface; local
699 [owner, &interface, interfaceName](
701 c2_status_t status = client->createInterface(interfaceName, &interface);
713 ALOGI("Could not create interface '%s' (%s)", interfaceName, asString(status));
715 return interface;
480 createInterface( const C2String& name, std::shared_ptr<Codec2Client::Interface>* const interface) argument
/hardware/google/av/codec2/vndk/
H A DC2Store.cpp41 * Returns the preferred component store in this process to access its interface.
460 C2String name, std::shared_ptr<C2ComponentInterface> *const interface) override;
486 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *interface,
679 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *interface,
681 interface->reset();
687 id, interface, [module, deleter](C2ComponentInterface *p) mutable {
688 // capture module so that we ensure we still have it while deleting interface
689 deleter(p); // delete interface first
718 ALOGD("failed to create interface: %d", res);
725 // TODO: get this from interface properl
678 createInterface( c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *interface, std::function<void(::C2ComponentInterface*)> deleter) argument
869 createInterface( C2String name, std::shared_ptr<C2ComponentInterface> *const interface) argument
[all...]
/hardware/google/av/media/sfplugin/
H A DCCodec.cpp375 C2String, std::shared_ptr<C2ComponentInterface> *const interface) {
376 interface->reset();
751 ALOGE("Failed to query component interface: %d", c2err);
374 createInterface( C2String, std::shared_ptr<C2ComponentInterface> *const interface) argument

Completed in 708 milliseconds