/aosp12/bionic/tests/ |
H A D | ctype_test.cpp | 29 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 D | vendor_packet.h | 48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) in VendorPacketBuilder()
|
H A D | vendor_packet.cc | 23 CType ctype, CommandPdu pdu, PacketType packet_type, in MakeBuilder()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | FilterUtils.java | 83 int ctype = result[CLUSTER_TYPE]; in setupMenuItems() local 142 int ctype = toClusterType(segments[2]); in getAppliedFilters() local
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_avrc_api.cc | 54 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 D | IBluetoothAvrcpTargetCallback.aidl | 33 void OnVolumeChange(String addr, int volume, int ctype); in OnVolumeChange()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_rc.cc | 119 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 D | structgen.py | 107 def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval): argument
|
/aosp12/system/bt/profile/avrcp/ |
H A D | connection_handler.cc | 541 uint8_t ctype = AVRC_RSP_ACCEPT; in SendMessage() local
|
/aosp12/system/bt/service/ipc/binder/ |
H A D | bluetooth_avrcp_target_binder_server.cc | 297 int32_t ctype) { in OnVolumeChange()
|
/aosp12/system/bt/stack/avrc/ |
H A D | avrc_api.cc | 1128 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq()
|
/aosp12/system/bt/service/ |
H A D | avrcp_target.cc | 353 void AvrcpTarget::VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
|
/aosp12/system/bt/service/hal/ |
H A D | bluetooth_avrcp_interface.cc | 169 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 D | avrcp_service.cc | 100 uint16_t MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in MsgReq()
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_act.cc | 852 uint8_t ctype = 0; in bta_av_rc_msg() local
|
/aosp12/frameworks/native/opengl/tools/glgen/src/ |
H A D | JType.java | 287 public static JType convert(CType ctype, boolean useArray) { in convert()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 4304 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 D | check_jni.cc | 2656 #define PRIMITIVE_ARRAY_FUNCTIONS(ctype, name, ptype) \ argument
|
/aosp12/system/bt/stack/include/ |
H A D | avrc_defs.h | 879 uint8_t ctype; /* Command type. */ member
|