Searched refs:interface (Results 1 - 25 of 36) sorted by last modified time

12

/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp164 client.interface(), meta, false /* createEncoder */,
H A Dandroid_AudioSfDecoder.cpp301 client.interface(), meta, false /* createEncoder */,
/frameworks/wilhelm/src/itf/
H A DIObject.c332 void *interface = NULL; local
349 // Can't get interface on an unrealized object unless pre-realize is ok
353 // Can't get the MuteSolo interface of an audio player if the channel count is
354 // mono, but _can_ get the MuteSolo interface if the channel count is unknown
360 interface = (char *) thiz + clazz->mInterfaces[index].mOffset;
361 // Note that interface has been gotten,
366 ((size_t *) interface)[0] ^= ~0;
370 // Can't get interface if uninitialized, initialized, suspended,
380 *(void **)pInterface = interface;
578 // Call the deinitializer for each currently initialized interface,
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dengine.c40 printf("Display the ID of each available interface\n");
48 printf("interface[%u] ", index);
75 printf("Create engine with NULL interface pointer\n");
95 printf("Create an engine and require non-sensical volume interface\n");
103 printf("Create an engine and politely request a non-sensical interface with options\n");
114 printf("Get each available interface before realization\n");
116 void *interface = NULL; local
117 // Use the interface ID as returned by slQuerySupportedEngineInterfaces
118 result = (*engineObject)->GetInterface(engineObject, engine_ids[index], &interface);
121 printf("interface availabl
140 void *interface = NULL; local
[all...]
/frameworks/native/include/binder/
H A DIInterface.h107 #define CHECK_INTERFACE(interface, data, reply) \
H A DParcel.h70 status_t writeInterfaceToken(const String16& interface);
72 // Parses the RPC header, returning true if the interface name
73 // in the header matches the expected interface from the caller.
79 bool enforceInterface(const String16& interface,
/frameworks/native/libs/binder/
H A DParcel.cpp472 // Write RPC headers. (previously just the interface token)
473 status_t Parcel::writeInterfaceToken(const String16& interface) argument
477 // currently the interface identification token is just its name as a string
478 return writeString16(interface);
486 bool Parcel::enforceInterface(const String16& interface, argument
504 if (str == interface) {
508 String8(interface).string(), String8(str).string());
/frameworks/base/tools/aidl/
H A Daidl_language_l.l83 interface { SET_BUFFER(INTERFACE); return INTERFACE; }
H A Dgenerate_java_binder.cpp44 "interface. */";
101 m->comment += " interface,\n";
250 generate_method(const method_type* method, Class* interface, argument
271 // == the declaration in the interface ===================================
289 interface->elements.push_back(decl);
297 // interface token validation is the very first thing we do
427 // the interface identifier token: the DESCRIPTOR constant, marshalled as a string
498 // the interface descriptor transaction handler
522 // the interface class
523 Class* interface local
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_UsbHostManager.cpp80 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; local
83 interfaceValues.add(interface->bInterfaceNumber);
84 interfaceValues.add(interface->bInterfaceClass);
85 interfaceValues.add(interface->bInterfaceSubClass);
86 interfaceValues.add(interface->bInterfaceProtocol);
87 interfaceValues.add(interface->bNumEndpoints);
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp134 client->interface(), meta, false /* createEncoder */, source);
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h121 client.interface(), encMeta,
H A Drtp_test.cpp185 client.interface(),
/frameworks/av/media/mtp/
H A DMtpDevice.cpp67 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; local
69 if (interface->bInterfaceClass == USB_CLASS_STILL_IMAGE &&
70 interface->bInterfaceSubClass == 1 && // Still Image Capture
71 interface->bInterfaceProtocol == 1) // Picture Transfer Protocol (PIMA 15470)
78 } else if (interface->bInterfaceClass == 0xFF &&
79 interface->bInterfaceSubClass == 0xFF &&
80 interface->bInterfaceProtocol == 0) {
81 char* interfaceName = usb_device_get_string(device, interface->iInterface);
129 // interface should be followed by three endpoints
157 if (usb_device_claim_interface(device, interface
175 MtpDevice(struct usb_device* device, int interface, const struct usb_endpoint_descriptor *ep_in, const struct usb_endpoint_descriptor *ep_out, const struct usb_endpoint_descriptor *ep_intr) argument
[all...]
H A DMtpDevice.h63 MtpDevice(struct usb_device* device, int interface,
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DAndroid.mk24 # Disable it because the ISurface interface may change, and before we have a
/frameworks/base/cmds/ip-up-vpn/
H A Dip-up-vpn.c49 * are interface, addresses, routes, DNS servers, and search domains. Each
61 * is to have an interface configured with the given address and netmask
83 const char *interface = env("INTERFACE"); local
112 /* Bring up the interface. */
114 strncpy(ifr.ifr_name, interface, IFNAMSIZ);
116 ALOGE("Cannot bring up %s: %s", interface, strerror(errno));
137 fprintf(state, "%s\n", interface);
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp54 client.interface(),
66 client.interface(),
H A Drecord.cpp201 client.interface(), meta, false /* createEncoder */, source);
228 client.interface(), enc_meta, true /* createEncoder */, decoder);
328 OMXCodec::Create(client.interface(), encMeta, true, audioSource);
H A Drecordvideo.cpp289 client.interface(), enc_meta, true /* createEncoder */, source,
H A Dstagefright.cpp184 client->interface(), meta, false /* createEncoder */, source,
1118 client.interface(),
/frameworks/av/include/media/stagefright/
H A DOMXClient.h32 sp<IOMX> interface() { function in class:android::OMXClient
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp711 mClient.interface(), mAudioTrack->getFormat(),
750 mClient.interface(), mVideoTrack->getFormat(),
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp559 mClient.interface(),
H A DVideoEditorAudioEncoder.cpp449 // fix the interface issue with the OMX-based AAC audio encoder, we should
453 pEncoderContext->mClient.interface(), encoderMetadata, true,

Completed in 2705 milliseconds

12