Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dctype_test.cpp29 TEST(ctype, isalnum) { in TEST() argument
41 TEST(ctype, isalnum_l) { in TEST() argument
53 TEST(ctype, isalpha) { in TEST() argument
75 TEST(ctype, isascii) { in TEST() argument
85 TEST(ctype, isblank) { in TEST() argument
105 TEST(ctype, iscntrl) { in TEST() argument
125 TEST(ctype, isdigit) { in TEST() argument
145 TEST(ctype, isgraph) { in TEST() argument
165 TEST(ctype, islower) { in TEST() argument
185 TEST(ctype, isprint) { in TEST() argument
[all …]
/aosp12/system/bt/packet/avrcp/
H A Dvendor_packet.h48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) in VendorPacketBuilder()
H A Dvendor_packet.cc23 CType ctype, CommandPdu pdu, PacketType packet_type, in MakeBuilder()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DFilterUtils.java83 int ctype = result[CLUSTER_TYPE]; in setupMenuItems() local
142 int ctype = toClusterType(segments[2]); in getAppliedFilters() local
/aosp12/system/bt/test/mock/
H A Dmock_stack_avrc_api.cc54 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq()
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothAvrcpTargetCallback.aidl33 void OnVolumeChange(String addr, int volume, int ctype); in OnVolumeChange()
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc119 uint8_t ctype; member
492 void fill_pdu_queue(int index, uint8_t ctype, uint8_t label, bool pending, in fill_pdu_queue()
1250 uint8_t ctype = AVRC_RSP_REJ; in send_reject_response() local
1312 uint8_t ctype; in send_metamsg_rsp() local
1494 uint8_t ctype, uint8_t label, in btif_rc_upstreams_evt()
1744 tAVRC_RESPONSE* pavrc_resp, uint8_t ctype, in btif_rc_upstreams_rsp_evt()
2051 tBTA_AV_CODE code = 0, ctype = 0; in get_folder_items_list_rsp() local
2256 tBTA_AV_CODE ctype = 0; in set_browsed_player_rsp() local
/aosp12/frameworks/base/media/mca/
H A Dstructgen.py107 def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval): argument
/aosp12/system/bt/profile/avrcp/
H A Dconnection_handler.cc541 uint8_t ctype = AVRC_RSP_ACCEPT; in SendMessage() local
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_target_binder_server.cc297 int32_t ctype) { in OnVolumeChange()
/aosp12/system/bt/stack/avrc/
H A Davrc_api.cc1128 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq()
/aosp12/system/bt/service/
H A Davrcp_target.cc353 void AvrcpTarget::VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
/aosp12/system/bt/service/hal/
H A Dbluetooth_avrcp_interface.cc169 void VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
690 uint8_t volume, uint8_t ctype, const RawAddress& bd_addr) { in VolumeChangeCallback()
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc100 uint16_t MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in MsgReq()
/aosp12/system/bt/bta/av/
H A Dbta_av_act.cc852 uint8_t ctype = 0; in bta_av_rc_msg() local
/aosp12/frameworks/native/opengl/tools/glgen/src/
H A DJType.java287 public static JType convert(CType ctype, boolean useArray) { in convert()
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4304 const uint16_t ctype = dtohs(chunk->type); in addInternal() local
6801 const uint16_t ctype = dtohs(chunk->type); in parsePackage() local
/aosp12/art/runtime/jni/
H A Dcheck_jni.cc2656 #define PRIMITIVE_ARRAY_FUNCTIONS(ctype, name, ptype) \ argument
/aosp12/system/bt/stack/include/
H A Davrc_defs.h879 uint8_t ctype; /* Command type. */ member