HomeSort by relevance Sort by last modified time
    Searched refs:transferType (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h 171 * transferType: How data is transferred from AudioRecord.
187 transfer_type transferType = TRANSFER_DEFAULT,
226 transfer_type transferType = TRANSFER_DEFAULT,
351 * @param transferType
354 static const char * convertTransferToText(transfer_type transferType);
    [all...]
AudioTrack.h 206 * transferType: How data is transferred to AudioTrack.
237 transfer_type transferType = TRANSFER_DEFAULT,
268 transfer_type transferType = TRANSFER_DEFAULT,
314 transfer_type transferType = TRANSFER_DEFAULT,
578 * @param transferType
581 static const char * convertTransferToText(transfer_type transferType);
    [all...]
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 168 transfer_type transferType,
183 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags,
228 transfer_type transferType,
241 "notificationFrames %u, sessionId %d, transferType %d, flags %#x, opPackageName %s "
244 sessionId, transferType, flags, String8(mOpPackageName).string(), uid, pid);
248 switch (transferType) {
251 transferType = TRANSFER_SYNC;
253 transferType = TRANSFER_CALLBACK;
267 ALOGE("Invalid transfer type %d", transferType);
271 mTransfer = transferType;
    [all...]
AudioTrack.cpp 269 transfer_type transferType,
285 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, transferType,
300 transfer_type transferType,
316 sharedBuffer, false /*threadCanCallJava*/, sessionId, transferType, offloadInfo,
364 transfer_type transferType,
379 "flags #%x, notificationFrames %d, sessionId %d, transferType %d, uid %d, pid %d",
381 sessionId, transferType, uid, pid);
387 switch (transferType) {
390 transferType = TRANSFER_SHARED;
392 transferType = TRANSFER_SYNC
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 162 TransferData transferType) {
173 if (!sxt.isSupportedType(transferType)) {
  /system/core/fastboot/
usb_osx.cpp 191 UInt8 transferType;
199 &number, &transferType, &maxPacketSize, &interval);
202 if (transferType != kUSBBulk) {
  /system/core/adb/client/
usb_osx.cpp 373 UInt8 transferType;
383 ->GetPipePropertiesV2(interface, endpoint, &direction, &number, &transferType,
392 if (kUSBBulk != transferType) continue;
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 492 TestTexture2D::TestTexture2D (Context& context, const deUint32 internalFormat, const deUint32 transferFormat, const deUint32 transferType, const tcu::Vec4 imageColor)
495 , m_transferFormat (tcu::TextureFormat(glu::mapGLTransferFormat(transferFormat, transferType)))
516 m_gl->texImage2D(GL_TEXTURE_2D, 0, m_internalFormat, m_width, m_height, 0, transferFormat, transferType, m_imageData.getAccess().getDataPtr());
    [all...]
  /external/swiftshader/src/OpenGL/common/
Image.cpp 776 enum TransferType
804 template<TransferType transferType>
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.5.0/
ddmuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.0.0-alpha1/
ddmuilib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0/
ddmuilib-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-alpha1/
ddmuilib-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-beta1/
ddmuilib-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-beta2/
ddmuilib-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-beta3/
ddmuilib-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-beta4/
ddmuilib-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.1/
ddmuilib-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.3/
ddmuilib-25.3.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.4.0-alpha1/
ddmuilib-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.4.0-alpha3/
ddmuilib-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.4.0-alpha5/
ddmuilib-25.4.0-alpha5.jar 

Completed in 353 milliseconds

1 2