Searched refs:port_id (Results 1 – 8 of 8) sorted by relevance
109 int32_t port_id = -1; in statsd_audiotrack() local110 if (item->getInt32("android.media.audiotrack.portId", &port_id)) { in statsd_audiotrack()111 metrics_proto.set_port_id(port_id); in statsd_audiotrack()
112 int32_t port_id = -1; in statsd_audiorecord() local113 if (item->getInt32("android.media.audiorecord.portId", &port_id)) { in statsd_audiorecord()
106 int32_t port_id = -1; in statsd_audiothread() local108 metrics_proto.set_port_id(port_id); in statsd_audiothread()
38 audio_port_handle_t port_id; member
58 optional int32 port_id = 11; field86 optional int32 port_id = 12; field121 optional int32 port_id = 8; field
57 data.read(&clientInfo->port_id, sizeof(audio_port_handle_t)); in readRecordClientInfoFromParcel()66 data.write(&clientInfo->port_id, sizeof(audio_port_handle_t)); in writeRecordClientInfoToParcel()
483 clientInfo->session, clientInfo->source, clientInfo->port_id, in android_media_AudioSystem_recording_callback()