Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java83 int ctype = result[CLUSTER_TYPE]; in setupMenuItems() local
142 int ctype = toClusterType(segments[2]); in getAppliedFilters() local
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp162 static void btavrcp_volume_change_callback(uint8_t volume, uint8_t ctype, in btavrcp_volume_change_callback()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java1255 private void volumeChangeRequestFromNative(byte[] address, int volume, int ctype) { in volumeChangeRequestFromNative()