OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribArray
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java
341
byte[]
attribArray
= new byte [2*numAttributes];
348
attribArray
[i++] = AvrcpControllerConstants.ATTRIB_EQUALIZER_STATUS;
349
attribArray
[i++] = (byte)AvrcpUtils.mapAvrcpPlayerSettingstoBTAttribVal(
354
attribArray
[i++] = AvrcpControllerConstants.ATTRIB_REPEAT_STATUS;
355
attribArray
[i++] = (byte)AvrcpUtils.mapAvrcpPlayerSettingstoBTAttribVal(
360
attribArray
[i++] = AvrcpControllerConstants.ATTRIB_SHUFFLE_STATUS;
361
attribArray
[i++] = (byte)AvrcpUtils.mapAvrcpPlayerSettingstoBTAttribVal(
366
attribArray
[i++] = AvrcpControllerConstants.ATTRIB_SCAN_STATUS;
367
attribArray
[i++] = (byte)AvrcpUtils.mapAvrcpPlayerSettingstoBTAttribVal(
372
isPlayerAppSettingSupported((byte)numAttributes,
attribArray
);
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_aalinetemp.h
68
GLfloat (*
attribArray
)[4] = line->span.array->attribs[attr];
76
attribArray
[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
88
attribArray
[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invW;
/external/mesa3d/src/mesa/main/
api_arrayelt.c
[
all
...]
Completed in 188 milliseconds