HomeSort by relevance Sort by last modified time
    Searched refs:node_id (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chromeos/dbus/
cras_audio_client.h 36 // Called when active audio output node changed to new node with |node_id|.
37 virtual void ActiveOutputNodeChanged(uint64 node_id);
39 // Called when active audio input node changed to new node with |node_id|.
40 virtual void ActiveInputNodeChanged(uint64 node_id);
78 // Sets output volume of the given |node_id| to |volume|, in the rage of
80 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) = 0;
85 // Sets input gain of the given |node_id| to |gain|, in the range of
87 virtual void SetInputNodeGain(uint64 node_id, int32 gain) = 0;
92 // Sets the active output node to |node_id|.
93 virtual void SetActiveOutputNode(uint64 node_id) = 0
    [all...]
cras_audio_client_stub_impl.h 29 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) OVERRIDE;
31 virtual void SetInputNodeGain(uint64 node_id, int32 gain) OVERRIDE;
33 virtual void SetActiveOutputNode(uint64 node_id) OVERRIDE;
34 virtual void SetActiveInputNode(uint64 node_id) OVERRIDE;
35 virtual void AddActiveInputNode(uint64 node_id) OVERRIDE;
36 virtual void RemoveActiveInputNode(uint64 node_id) OVERRIDE;
37 virtual void AddActiveOutputNode(uint64 node_id) OVERRIDE;
38 virtual void RemoveActiveOutputNode(uint64 node_id) OVERRIDE;
cras_audio_client_stub_impl.cc 85 void CrasAudioClientStubImpl::SetOutputNodeVolume(uint64 node_id,
96 void CrasAudioClientStubImpl::SetInputNodeGain(uint64 node_id,
107 void CrasAudioClientStubImpl::SetActiveOutputNode(uint64 node_id) {
108 if (active_output_node_id_ == node_id)
114 else if (node_list_[i].id == node_id)
117 active_output_node_id_ = node_id;
120 ActiveOutputNodeChanged(node_id));
123 void CrasAudioClientStubImpl::SetActiveInputNode(uint64 node_id) {
124 if (active_input_node_id_ == node_id)
130 else if (node_list_[i].id == node_id)
    [all...]
  /frameworks/av/media/libstagefright/include/
OMX.h 34 virtual bool livesLocally(node_id node, pid_t pid);
39 const char *name, const sp<IOMXObserver> &observer, node_id *node);
41 virtual status_t freeNode(node_id node);
44 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param);
47 node_id node, OMX_INDEXTYPE index,
51 node_id node, OMX_INDEXTYPE index,
55 node_id node, OMX_INDEXTYPE index,
59 node_id node, OMX_INDEXTYPE index,
63 node_id node, OMX_STATETYPE* state);
66 node_id node, OMX_U32 port_index, OMX_BOOL enable)
    [all...]
  /frameworks/av/media/libstagefright/
OMXClient.cpp 42 virtual bool livesLocally(node_id node, pid_t pid);
48 node_id *node);
50 virtual status_t freeNode(node_id node);
53 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param);
56 node_id node, OMX_INDEXTYPE index,
60 node_id node, OMX_INDEXTYPE index,
64 node_id node, OMX_INDEXTYPE index,
68 node_id node, OMX_INDEXTYPE index,
72 node_id node, OMX_STATETYPE* state);
75 node_id node, OMX_U32 port_index, OMX_BOOL enable)
    [all...]
  /external/chromium_org/net/spdy/
spdy_priority_forest.h 42 bool NodeExists(NodeId node_id) const;
45 // on success, or false if the node_id already exists within the forest.
46 bool AddRootNode(NodeId node_id, Priority priority);
51 bool AddNonRootNode(NodeId node_id, NodeId parent_id, bool unordered);
55 bool RemoveNode(NodeId node_id);
59 Priority GetPriority(NodeId node_id) const;
63 NodeId GetParent(NodeId node_id) const;
68 bool IsNodeUnordered(NodeId node_id) const;
72 NodeId GetChild(NodeId node_id) const;
77 bool SetPriority(NodeId node_id, Priority priority)
459 NodeId node_id = root_id; local
500 const NodeId node_id = iter->first; local
    [all...]
spdy_priority_tree.h 86 bool NodeExists(NodeId node_id) const;
94 bool AddNode(NodeId node_id, NodeId parent_id, int weight, bool exclusive);
98 bool RemoveNode(NodeId node_id);
101 int GetWeight(NodeId node_id) const;
105 NodeId GetParent(NodeId node_id) const;
109 std::list<NodeId>* GetChildren(NodeId node_id) const;
112 bool SetWeight(NodeId node_id, int weight);
119 bool SetParent(NodeId node_id, NodeId parent_id, bool exclusive);
126 bool SetBlocked(NodeId node_id, bool blocked);
131 bool SetReady(NodeId node_id, bool ready)
    [all...]
  /frameworks/av/include/media/
IOMX.h 42 typedef uint32_t node_id; typedef in class:android::IOMX
44 // Given a node_id and the calling process' pid, returns true iff
47 virtual bool livesLocally(node_id node, pid_t pid) = 0;
57 node_id *node) = 0;
59 virtual status_t freeNode(node_id node) = 0;
62 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) = 0;
65 node_id node, OMX_INDEXTYPE index,
69 node_id node, OMX_INDEXTYPE index,
73 node_id node, OMX_INDEXTYPE index,
77 node_id node, OMX_INDEXTYPE index
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
collection.h 41 I node_id; // Root is kNoNodeId; member in struct:fst::Collection::Node
44 Node() : node_id(kNoNodeId), element(T()) {}
45 Node(I i, const T &t) : node_id(i), element(t) {}
48 return n.node_id == node_id && n.element == element;
54 return n.node_id + hash_(n.element) * kPrime;
70 id_ = node_.node_id;
86 I node_id = kNoNodeId; local
88 Node node(node_id, set[i]);
89 node_id = node_table_.FindId(node, insert)
    [all...]
  /external/chromium_org/chromeos/audio/
cras_audio_handler.cc 38 bool IsInNodeList(uint64 node_id, const CrasAudioHandler::NodeIdList& id_list) {
39 return std::find(id_list.begin(), id_list.end(), node_id) != id_list.end();
213 void CrasAudioHandler::AddActiveNode(uint64 node_id, bool notify) {
214 const AudioDevice* device = GetDeviceFromId(node_id);
217 << "0x" << std::hex << node_id; local
221 // If there is no primary active device, set |node_id| to primary active node.
228 AddAdditionalActiveNode(node_id, notify);
362 void CrasAudioHandler::SetActiveOutputNode(uint64 node_id, bool notify) {
364 SetActiveOutputNode(node_id);
369 void CrasAudioHandler::SetActiveInputNode(uint64 node_id, bool notify)
477 << "0x" << std::hex << node_id; local
491 << "0x" << std::hex << node_id; local
560 << "0x" << std::hex << node_id; local
854 << "0x" << std::hex << node_id; local
882 << "0x" << std::hex << node_id; local
    [all...]
cras_audio_handler.h 123 // Returns node_id of the primary active output node.
126 // Returns the node_id of the primary active input node.
196 virtual void ActiveOutputNodeChanged(uint64 node_id) OVERRIDE;
197 virtual void ActiveInputNodeChanged(uint64 node_id) OVERRIDE;
205 // Sets the active audio output/input node to the node with |node_id|.
207 void SetActiveOutputNode(uint64 node_id, bool notify);
208 void SetActiveInputNode(uint64 node_id, bool notify);
216 void SetupAdditionalActiveAudioNodeState(uint64 node_id);
229 // Sets output volume of |node_id| to |volume|.
230 void SetOutputNodeVolume(uint64 node_id, int volume)
    [all...]
  /hardware/qcom/display/msm8084/libqdutils/
qd_utils.cpp 73 int node_id = getHDMINode(); local
75 if (node_id < 0) {
81 "/sys/class/graphics/fb%d/edid_raw_data", node_id);
  /external/chromium_org/chrome/test/chromedriver/chrome/
dom_tracker.cc 21 int node_id, std::string* frame_id) {
22 if (node_to_frame_map_.count(node_id) == 0)
24 *frame_id = node_to_frame_map_[node_id];
87 int node_id; local
88 if (!dict->GetInteger("nodeId", &node_id))
92 node_to_frame_map_.insert(std::make_pair(node_id, frame_id));
  /frameworks/av/media/libmedia/
IOMX.cpp 66 virtual bool livesLocally(node_id node, pid_t pid) {
99 const char *name, const sp<IOMXObserver> &observer, node_id *node) {
108 *node = (node_id)reply.readInt32();
116 virtual status_t freeNode(node_id node) {
126 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) {
138 node_id node, OMX_INDEXTYPE index,
159 node_id node, OMX_INDEXTYPE index,
173 node_id node, OMX_INDEXTYPE index,
194 node_id node, OMX_INDEXTYPE index,
208 node_id node, OMX_STATETYPE* state)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
cpu.h 22 int node_id; member in struct:cpu

Completed in 771 milliseconds

1 2 3 4 5 6