OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerClasses.java
41
public static int mapAttribIdValtoAvrcpPlayerSetting( byte
attribId
, byte attribVal) {
42
if(AvrcpControllerConstants.VDBG) Log.d(TAG, "
attribId
: " +
attribId
+ " attribVal: " + attribVal);
43
if (
attribId
== AvrcpControllerConstants.ATTRIB_EQUALIZER_STATUS) {
51
else if (
attribId
== AvrcpControllerConstants.ATTRIB_REPEAT_STATUS) {
63
else if (
attribId
== AvrcpControllerConstants.ATTRIB_SCAN_STATUS) {
73
else if (
attribId
== AvrcpControllerConstants.ATTRIB_SHUFFLE_STATUS) {
345
byte
attribId
= bb.get();
347
if(plAppSetting.attr_Id ==
attribId
)
/external/skia/bench/
GLVertexAttributesBench.cpp
222
int
attribId
= i + 1;
223
GR_GL_CALL(gl, EnableVertexAttribArray(
attribId
));
224
GR_GL_CALL(gl, VertexAttribPointer(
attribId
, 4, GR_GL_FLOAT, GR_GL_FALSE,
Completed in 5093 milliseconds