OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numAttr
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp
275
static jboolean getElementAttrRspNative(JNIEnv *env, jobject object, jbyte
numAttr
,
286
if (
numAttr
> BTRC_MAX_ELEM_ATTR_SIZE) {
291
pAttrs = new btrc_element_attr_val_t[
numAttr
];
304
for (i = 0; i <
numAttr
; ++i) {
325
if (i <
numAttr
) {
331
if ((status = sBluetoothAvrcpInterface->get_element_attr_rsp(
numAttr
, pAttrs)) !=
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java
299
byte
numAttr
= (byte) msg.arg1;
301
if (DEBUG) Log.v(TAG, "MESSAGE_GET_ELEM_ATTRS:
numAttr
=" +
numAttr
);
302
attrIds = new int[
numAttr
];
303
textArray = new String[
numAttr
];
304
for (int i = 0; i <
numAttr
; ++i) {
308
getElementAttrRspNative(
numAttr
, attrIds, textArray);
594
private void getElementAttr(byte
numAttr
, int[] attrs) {
597
for (i = 0; i <
numAttr
; ++i) {
600
Message msg = mHandler.obtainMessage(MESSAGE_GET_ELEM_ATTRS,
numAttr
, 0, attrList)
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]
Completed in 381 milliseconds