Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
Dmult.h111 Word32 product; in mult() local
117 SMULBB product, var1, var2 in mult()
118 MOV product, product, ASR #15 in mult()
119 CMP product, 0x7FFF in mult()
120 MOVGE product, 0x7FFF in mult()
123 return ((Word16) product); in mult()
132 Word32 product;
138 : "=r"(product)
142 : "=r"(product)
143 : "r"(product)
[all …]
Dmac_32.h112 Word16 product; in Mac_32() local
116 product = mult(L_var1_hi, L_var2_lo, pOverflow); in Mac_32()
117 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32()
119 product = mult(L_var1_lo, L_var2_hi, pOverflow); in Mac_32()
120 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32()
131 Word16 product; in Mac_32_16() local
135 product = mult(L_var1_lo, var2, pOverflow); in Mac_32_16()
136 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32_16()
Dl_mult.h112 Word32 product; in L_mult() local
118 SMULBB product, var1, var2 in L_mult()
119 QADD result, product, product in L_mult()
132 Word32 product;
137 : "=r"(product)
143 : "r"(product), "r"(product)
Dbasic_op_arm_v5.h226 Word32 product; in L_mult() local
232 SMULBB product, var1, var2 in L_mult()
233 QADD result, product, product in L_mult()
265 Word32 product; in L_msu() local
272 SMULBB product, var1, var2 in L_msu()
273 QDSUB result, L_var3, product in L_msu()
396 Word32 product; in mult() local
402 SMULBB product, var1, var2 in mult()
403 MOV product, product, ASR #15 in mult()
404 CMP product, 0x7FFF in mult()
[all …]
Dl_msu.h111 Word32 product; in L_msu() local
118 SMULBB product, var1, var2 in L_msu()
119 QDSUB result, L_var3, product in L_msu()
132 Word32 product;
138 : "=r"(product)
144 : "r"(ra), "r"(product)
Dbasic_op.h171 Word16 product; in Mac_32() local
175 product = mult(L_var1_hi, L_var2_lo, pOverflow); in Mac_32()
176 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32()
178 product = mult(L_var1_lo, L_var2_hi, pOverflow); in Mac_32()
179 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32()
214 Word16 product; in Mac_32_16() local
218 product = mult(L_var1_lo, var2, pOverflow); in Mac_32_16()
219 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32_16()
Dbasic_op_arm_gcc_v5.h246 Word32 product; in L_mult() local
251 : "=r"(product) in L_mult()
257 : "r"(product), "r"(product) in L_mult()
291 Word32 product; in L_msu() local
297 : "=r"(product) in L_msu()
303 : "r"(ra), "r"(product) in L_msu()
481 Word32 product; in mult() local
494 : "=&r*i"(product) in mult()
498 return ((Word16) product); in mult()
Dbasic_op_c_equivalent.h455 register Word32 product; in mult() local
457 product = ((Word32) var1 * var2) >> 15; in mult()
463 if (product > 0x00007fffL) in mult()
466 product = (Word32) MAX_16; in mult()
472 return ((Word16) product); in mult()
/frameworks/base/data/sounds/
DAllAudio.mk17 $(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk)
18 $(call inherit-product, frameworks/base/data/sounds/AudioPackage2.mk)
19 $(call inherit-product, frameworks/base/data/sounds/AudioPackage3.mk)
20 $(call inherit-product, frameworks/base/data/sounds/AudioPackage4.mk)
21 $(call inherit-product, frameworks/base/data/sounds/AudioPackage5.mk)
22 $(call inherit-product, frameworks/base/data/sounds/AudioPackage6.mk)
/frameworks/base/docs/html/guide/market/billing/
Dbilling_testing.jd11 <li><a href="#billing-testing-real">Testing in-app purchases using your own product IDs</a></li>
57 special item that has a reserved product ID. Each reserved product ID returns a specific static
59 reserved product IDs. Also, you cannot specify the form of payment when you make a billing request
60 with a reserved product ID. Figure 1 shows the checkout flow for the reserved item that has the
61 product ID android.test.purchased.</p>
68 <p>You do not need to list the reserved products in your application's product list. Android Market
69 already knows about the reserved product IDs. Also, you do not need to upload your application to
70 the publisher site to perform static response tests with the reserved product IDs. You can simply
72 reserved product IDs.</p>
74 <p>There are four reserved product IDs for testing static in-app billing responses:</p>
[all …]
Dbilling_admin.jd38 few administrative tasks, including setting up and maintaining your product list on the publisher
42 Google Checkout Merchant account to create a product list and issue refunds to your users. If you
52 <p>The Android Market publisher site provides a product list for each of your published
54 listed on an application's product list. Each application has its own product list; you cannot sell
55 items that are listed in another application's product list.</p>
57 <p>You can access an application's product list by clicking the <strong>In-App Products</strong>
65 <strong>Figure 1.</strong> You can access an application's product list by clicking the
69 <p>A product list contains information about the items you are selling, such as a product id,
70 product description, and price (see figure 2). The product list stores only metadata about the items
76 <strong>Figure 2.</strong> An application's product list.
[all …]
Dbilling_reference.jd89 <td>Indicates that Android Market cannot find the requested item in the application's product
90 list. This can happen if the product ID is misspelled in your <code>REQUEST_PURCHASE</code>
91 request or if an item is unpublished in the application's product list.</td>
160 <td>Any valid product identifier.</td>
162 <td>The product ID of the item you are making a billing request for. Every in-app item that you
163 sell using Android Market's in-app billing service must have a unique product ID, which you
400 <td>The item's product identifier. Every item has a product ID, which you must specify in the
401 application's product list on the Android Market publisher site.</td>
405 <td>The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970).</td>
Dbilling_integrate.jd224 a draft to the Android Market publisher site. You also need to create a product list for the in-app
235 <li><strong>Create a product list for the sample application.</strong>
238 your product list so that <code>sword_001</code> has a purchase type of "Managed per user
240 two purchase types behave. To learn how to set up a product list, see <a
243 <p class="note"><strong>Note:</strong> You must publish the items in your product
246 sample application's product list.</p>
573 <code>mProductId</code> is the Android Market product ID of an in-app item (which is listed in the
574 application's <a href="{@docRoot}guide/market/billing/billing_admin.html#billing-list-setup">product
794 crashes or something else prevents your application from delivering the product, your application
796 that you need to deliver the product.</p>
/frameworks/base/docs/html/sdk/
Doem-usb.jd61 href="http://www.fmworld.net/product/phone/sp/android/develop/">http://www.fmworld.net/product/phon…
69 href="http://www.fmworld.net/product/phone/sp/android/develop/">http://www.fmworld.net/product/phon…
/frameworks/base/media/mtp/
DMtpDevice.cpp42 static bool isMtpDevice(uint16_t vendor, uint16_t product) {
44 if (vendor == 0x0781 && product == 0x74c2)
47 if (vendor == 0x04e8 && product == 0x503c)
102 uint16_t product = usb_device_get_product_id(device); in open()
103 if (!isMtpDevice(vendor, product)) { in open()
/frameworks/base/opengl/tests/angeles/
Dlicense-BSD.txt19 * Neither the name of the software product's copyright owner nor
/frameworks/base/docs/html/guide/topics/usb/
Dhost.jd136 <code>&lt;usb-device&gt;</code>. In general, use vendor and product ID if you want to filter
145 <li><code>product-id</code></li>
190 &lt;usb-device vendor-id="1234" product-id="5678" class="255" subclass="66" protocol="1" /&gt;
223 device, such as product and vendor ID. When users connect a device that matches your device
247 &lt;usb-device vendor-id="1234" product-id="5678" /&gt;
365 <li>Check a {@link android.hardware.usb.UsbDevice} object's attributes, such as product ID,
Dadk.jd463 <p>During the initial connection, the accessory should check the vendor and product IDs of the
465 product ID should be 0x2D00 or 0x2D01 if the device is already in accessory mode (case A). If so,
477 <p>If the vendor and product ID do not match, there is no way to distinguish between states b and
483 <p>If the vendor and product IDs do not correspond to an Android-powered device in accessory
487product ID, and not the special Android Open Accessory ones. In either case, the accessory should …
545 to check for the vendor and product ID. The vendor ID and product ID of the device will be
547 Google's vendor and product IDs instead of the device manufacturer's IDs. The accessory can now
557 device. An Android-powered device that has a product ID of 0x2D00 has one interface with two bulk
558 endpoints for input and output communication. A device with product ID of 0x2D01 has two
625 <code>AndroidAccessory::isAccessoryDevice()</code>. This method checks the vendor and product ID
[all …]
/frameworks/base/include/ui/
DInput.h847 bus(0), vendor(0), product(0), version(0) { in InputDeviceIdentifier()
855 uint16_t product; member
/frameworks/base/libs/rs/scriptc/
Drs_quaternion.rsh147 * Dot product of two quaternions
150 * @return dot product between q0 and q1
/frameworks/base/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
235 names, trademarks, service marks, or product names of the Licensor,
/frameworks/base/services/input/
DEventHub.cpp881 identifier.product = inputId.product; in openDeviceLocked()
918 identifier.bus, identifier.vendor, identifier.product, identifier.version); in openDeviceLocked()
1327 device->identifier.product, device->identifier.version); in dump()
/frameworks/base/media/libmedia/
DMediaProfiles.cpp501 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * in checkAndAddRequiredProfilesIfNecessary() local
527 if ((j % 2 == 0 && product > info->mResolutionProduct) || // low in checkAndAddRequiredProfilesIfNecessary()
528 (j % 2 != 0 && product < info->mResolutionProduct)) { // high in checkAndAddRequiredProfilesIfNecessary()
556 info->mResolutionProduct = product; in checkAndAddRequiredProfilesIfNecessary()
/frameworks/base/tools/aapt/
DResourceTable.cpp578 const String16& product, in parseAndAddBag() argument
649 const String16& product, in parseAndAddEntry() argument
677 if (product.size() != 0) { in parseAndAddEntry()
685 if (strcmp16(String16("default").string(), product.string()) != 0) { in parseAndAddEntry()
696 if (isInProductList(product, String16(bundleProduct))) { in parseAndAddEntry()
698 } else if (strcmp16(String16("default").string(), product.string()) == 0 && in parseAndAddEntry()
1372 String16 product; in compileResourceFile() local
1375 product = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1469 product, false, overwrite, outTable); in compileResourceFile()
1478 curIsFormatted, product, true, overwrite, outTable); in compileResourceFile()
[all …]
/frameworks/base/libs/ui/
DInput.cpp74 if (deviceIdentifier.vendor !=0 && deviceIdentifier.product != 0) { in getInputDeviceConfigurationFilePathByDeviceIdentifier()
79 deviceIdentifier.vendor, deviceIdentifier.product, in getInputDeviceConfigurationFilePathByDeviceIdentifier()
90 deviceIdentifier.vendor, deviceIdentifier.product), in getInputDeviceConfigurationFilePathByDeviceIdentifier()

123